Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
SQL Server Connecting String
Name: henry_joshua Date: April 4, 2004 at 22:56:35 Pacific OS: Win 98 CPU/Ram: P-4/128
Comment:
Dear Friends, I have been using MS Access as the backend and presently I have planned to use SQL Server as the back end. The connecting string to MS ACCESS is
cmd = "Driver={Microsoft Access Driver (*.mdb)};Dbq=" & CurDir & "\Data\mr_data6.mdb;Uid=Admin; Pwd=abc" Set cn = New ADODB.Connection cn.ConnectionString = cmd1 cn.Open
In the case of SQL SERVER how do i connect. Can you help me.
Summary: I am attempting to access a local sql server 2000 db, but to no avail. Here is the connection string I am trying, but receive the typical [Microsoft][ODBC SQL SERVER DRIVER][DBNETLIB] SQL Server does...
Summary: OK im trying to connect my local machine to my local sql database in VB6 but the connection strings i`ve tried dont work, i have set ado 2.7 as a reference ,the sql service is running as server name "...