
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
与数据库的连接串写法与建立与相关数据库的连接
1、与SqlServer 2000的连接 string constr="server=localhost;database=northwind;user id=sa;password=123456"; SqlConnection mycon=new SqlConnection(constr);注意:要进行空间引用。using System.Data.SqlClie
到底了







