摘要:
//创建数据库连接 SqlConnection con = new SqlConnection("server=.;database = test; uid = sa; pwd = 123456"); try { //打开数据库连接 con.Open(); //数据适配器,传输数据库数据 SqlDataAdapter sda = new SqlDataAdapter("select * ... 阅读全文
posted @ 2012-03-26 11:11
ghypnus
阅读(3948)
评论(1)
推荐(1)

浙公网安备 33010602011771号