Friday, February 24, 2012

C# --sqloledb in Windows 2000

While Connectiong to SQL Server 2000 from Windows 2000, i am getting this error.

The 'sqloledb' provider is not registered on the local machine.

Hi,

could you further elaborate your problem? As to what Visual Studio you are using? And please post a code snippet to where you think that the problem is occuring.

From the info that you have given, I could say that the .net framework is not present on the machine. Is your Windows 2000 a target machine (the machine that you installed your app)?

cheers,

Paul June A. Domag

|||You should not be using sqloledb from C# you should be suing SQL Client in the system.data namespace.

No comments:

Post a Comment