celtics
November 26th, 2003, 11:39 PM
this C++ (vc++) code works for local connectivity:
spCON->ConnectionString = L"DSN=MQIS;UID=sa;PWD=";
But, my database now is on remote server. How to revise this line of code to connect to remote server "MyRemoteServer"?.
MSSQL-SQL2000.
Celtics
spCON->ConnectionString = L"DSN=MQIS;UID=sa;PWD=";
But, my database now is on remote server. How to revise this line of code to connect to remote server "MyRemoteServer"?.
MSSQL-SQL2000.
Celtics