Connecting SQL server 2000 using Visual Studio 2012

我们两清 提交于 2019-12-12 04:25:47

问题


I'm facing following issue using Visual Studio 2012 when I'm trying to connect with MS SQL Server 2000 (in Data Connections window):

Strange is that it's actually getting list of databases when I'm using Microsoft SQL Server (SqlClient) as a data source.

Is there any way to connect VS 2012 and SQL Server 2000? Should I use different driver/provider? Is it possible at all to use those technologies together?


回答1:


I figured out the solution. .NET Framework Data Provder for OLE DB -> Microsoft OLE DB Provider for SQL must be used.



来源:https://stackoverflow.com/questions/28476957/connecting-sql-server-2000-using-visual-studio-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!