DataContext 的连接字符串帮助
我有以下连接字符串:"Data Source=localhost\\SQLEXPRESS;"
,它抱怨 ''
是无效的用户名。我不太记得用户名或密码命令,也不记得是否还遗漏了任何其他内容。有人可以帮忙吗?
I have the following connection string: "Data Source=localhost\\SQLEXPRESS;"
, it complains that ''
is an invalid username. I can't quite remember the user name or password commands, nor can i remember if there's anything else i'm missing. Can someone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的选择是使用集成安全性:
The simplest option is to use Integrated Security: