문제

I have a few applications written in VB6 that are all using the same connection string on the same machine. They are using the ODBC provider with the SQL Server Native Client 10.0 driver and connecting with explicit username and password.

At run-time, one of the applications throws an exception when I try to connect to the database:

3706: Provider cannot be found. It may not be properly installed.

I don't understand why this one application is having an issue when the others are working fine. The references are the same, down to the version number.

도움이 되었습니까?

해결책

Try installing MDAC on your machine.

다른 팁

If you are using the program on another system and using Access you will need to download and install http://www.microsoft.com/download/en/details.aspx?id=23734 if access is not installed on the system

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top