i'm getting this error when i try to connect to my database:
any ideas?
here's the connection string:
strCon = "Server=A20ootb05l01457\A032299;Database=master;Trusted_Connection=True;"
Set objConn = WScript.CreateObject("ADODB.Connection")
objConn.Open strCon
the error is:
Error: [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver specified
Code: 80004005
any ideas?
thanks
any ideas?
here's the connection string:
strCon = "Server=A20ootb05l01457\A032299;Database=master;Trusted_Connection=True;"
Set objConn = WScript.CreateObject("ADODB.Connection")
objConn.Open strCon
the error is:
Error: [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver specified
Code: 80004005
any ideas?
thanks