随笔分类 -  C# 数据库

摘要:static void Main(string[] args) { Console.WriteLine("输入用户编号:"); string cusernum = Console.ReadLine(); Console.... 阅读全文
posted @ 2014-05-20 19:14 四脚朝天 阅读(593) 评论(2) 推荐(0)
摘要:using System.Data.SqlClient;static void Main(string[] args) { string connString = @"Data Source=.; Initial Catalog=lh0216; User ID=s... 阅读全文
posted @ 2014-05-20 18:54 四脚朝天 阅读(323) 评论(0) 推荐(0)
摘要:using System.Data.SqlClient;static void Main(string[] args) { string connString = @"Data Source=.; Initial Catalog=lh0216; User ID=s... 阅读全文
posted @ 2014-05-20 17:53 四脚朝天 阅读(251) 评论(2) 推荐(0)