CosmoKramer
Programmer
I have inherited an app that uses the following connect string in an .ini file:
This app runs fine on an NT client, but not on a Windows 2000 one. I don't receive any error messages, it just doesn't run the program. Is there anything I have to change in this connect string??
The database is SQL Server 7.0
Code:
DB_CONNECT="Provider=SQLOLEDB;Network Address=172.16.5.238;Network Library=Dbmssocn;Database=SmhCensus"
The database is SQL Server 7.0