C#
学习记录
摘要: 代码如下: SqlConnection conn = new SqlConnection(); conn.ConnectionString = "server=.;uid=sa;pwd=sa;database=QZTGLSYS"; string strsql = "select * from 登陆表" wh... 阅读全文
posted @ 2008-07-26 13:47 牱塵 阅读(202) 评论(2) 推荐(0)