摘要:
// 链接数据库字符串 SqlConnection conn = new SqlConnection("Data Source=.;Initial Catalog=T_Prodcut;Integrated Security=True"); public List SelectALL() { //打开数据库 conn.Open(); //数据库字符串 string Str = "... 阅读全文
posted @ 2016-07-19 10:02
三木的忧伤
阅读(227)
评论(0)
推荐(0)
浙公网安备 33010602011771号