Need SQL Server data provider
I don't seem to have the SQL Server .NET data provider on my machine. When I use Visual Studio's "Server Explorer" to create a new connection, then look at its ConnectString has this: "Provider=SQLOLEDB.1..."
I have the full-blown version of SQL Server on my machine instead of the MSDE. Is there something I can do short of uninstalling SQL Server (and perhaps parts of VS.NET) and reinstalling so that MSDE is installed only?
|