hi guys,
I have a new project working in the SQl SERVER. Now I connect the database using the following way ,it gave me an Error message: I canot connect connect the database. error number is 2147217843
****
Set gAcnn = New ADODB.Connection
strconnect = "Driver={SQL Server};DSN=DB2; server=192.168.0.5 ; Database=DBname;UID=sa;PWD=;"
gAcnn.Open strconnect
****
the system administrator configed the ODBC for me. DSN =DB2. server:192.168.0.5, Uid=sa .I donot know password.
welcome any help


Reply With Quote


Bookmarks