Connecting SQL server 2000 using Visual Studio 201

2019-08-28 21:14发布

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

enter image description here

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条回答
我命由我不由天
2楼-- · 2019-08-28 21:44

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

查看更多
登录 后发表回答