|
|
Question : SQLSRV32.DLL Version 3.60.0319 Error: client unable to establish connection
|
|
I have installed NT4.0 WS service pack4, and Microsoft Data Access Components 2.0 service pack 1, which replaced the current SQLSRV32.DLL version 2.65.0252 with version 3.60.0319. The application (SAM) wtitten in VB6.0 is getting error" 08001:[Microsoft][ODBC SQL Server Driver]Client unable to extablish connection". I can fix this problem by restoring the previous version(2.65.0252), however the Y2K requirement is version 3.60.0319. Is SQLSRV32.DLL version 2.65.0252 Y2K comliant? Or do you have any suggestions on getting 3.60.0319 version to work? Thanks very much.
|
Answer : SQLSRV32.DLL Version 3.60.0319 Error: client unable to establish connection
|
|
You might need to recompile the VB app to the new version of ADO if you have created ADO objects early bound. If not then check you client configuration and if it is named pipes change it the IP Sockets and if it is IP Sockets try named pipes.
|
|
|
|