黑马程序员技术交流社区
标题:
数据库链接问题
[打印本页]
作者:
魏庆君
时间:
2013-5-13 16:03
标题:
数据库链接问题
在Winform中连接数据库中用到
data source=localhost;integrated security=trueI;database=firstdb
但是在WPF中连接字符串却是
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsernameassword=myPassword;
求解决
作者:
陈志盟
时间:
2013-5-13 16:10
两个连接是一样的。只是data source=localhost;integrated security=trueI;database=firstdb使用的是Windows身份验证,不需要密码,
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;password=myPassword;
使用的是SQL Server验证,需要加入User Id登录SQL的用户名和Password登录密码
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2