| |
sreilly
Posts: 1
Score: 0
Joined: 2/9/2004
From:
Status: offline
|
I'm trying to connect to a sql database (a named instance of SQL Server 2000). But tweaking the old connection string i was using to an access database isn't working. It says it can find the server - is there some knack to using a named instance? 'set objDC = server.createobject("ADODB.Connection")' 'objDC.ConnectionString = "Driver={SQL Server};SERVER=\\W2K9999\SQL1;UID=sa;DATABASE=Master"' 'objDC.open'
|
|