DataContext 的连接字符串帮助

发布于 2024-08-03 09:08:01 字数 134 浏览 2 评论 0原文

我有以下连接字符串:"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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柏林苍穹下 2024-08-10 09:08:01

最简单的选择是使用集成安全性:

@"Data Source=localhost\SQLEXPRESS;Integrated Security=true"

The simplest option is to use Integrated Security:

@"Data Source=localhost\SQLEXPRESS;Integrated Security=true"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文