摘要: 转: 解决应用程序中需要多个SqlDataAdapter对象 tring strConn="uid=账号;pwd=密码;database=数据库;server=服务器";//SQL Server链接字符串 SqlConnection conn=new SqlConnection(strConn); 阅读全文
posted @ 2018-09-03 19:19 todo_something 阅读(147) 评论(0) 推荐(0)