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

浙公网安备 33010602011771号