将 SQL 与 Windows 窗体应用程序连接

发布于 2024-11-03 01:37:21 字数 285 浏览 2 评论 0原文

我正在尝试将我的表单应用程序与 SQL 客户端连接。当我尝试通过单击 data---->add new data Source=--->New Connection 进行连接时,我选择了 Microsoft SQL Server 数据库文件 (SqlClient) 并选择了名为菜肴_Tv.mdf 的数据库。选择后,我单击了“测试连接”按钮,上面写着

此版本的 SQL 不支持用户实例登录标志 服务器。连接将被关闭。

谁能帮我解决这个错误?提前致谢。

I am trying to connect my form application with SQL client. When I am trying to connect by clicking data---->add new data Source=--->New Connection and I selected the Microsoft SQL Server Database File (SqlClient) and selected my database named dish_Tv.mdf. After selecting I clicked the Test Connection button it says

User instance login flag is not supported on this version of sql
server.the connection will be closed.

Can anyone help me out solving this error? Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

荆棘i 2024-11-10 01:37:21

SQL Server 2005(完整版)不支持连接字符串中的“用户实例”(从代码自动创建数据库)指令。这是sql server Express版本的一个功能。

可能以下线程将帮助您

http://forums.microsoft。 com/MSDN/ShowPost.aspx?PostID=609077&SiteID=1

http://forums.asp.net/t/913172.aspx?PageIndex=2

http://social.msdn.microsoft.com/Forums/en/sqldataaccess/thread/0738cb01-106f-4376-b92d-a977a022ece8

SQL Server 2005(Full Version) does not support the "user instance"(automatic creation of databases from code) directive in the connection string. Its a feature of sql server express edition.

May be following thread will help you

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=609077&SiteID=1

http://forums.asp.net/t/913172.aspx?PageIndex=2

http://social.msdn.microsoft.com/Forums/en/sqldataaccess/thread/0738cb01-106f-4376-b92d-a977a022ece8

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