将 SQL 与 Windows 窗体应用程序连接
我正在尝试将我的表单应用程序与 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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