I'm hoping someone can tell me if I'm doing the correct thing here or
if there is a better way to do this with Access2K connecting to SQL
Server 2K:
Dim myConn As String
myConn = "PROVIDER=SQLOL EDB.1;INTEGRATE D SECURITY=SSPI;P ERSIST
SECURITY INFO=FALSE;INIT IAL CATALOG=myCatag olName;DATA
SOURCE=myServer Name;Network=DB MSSOCN"
CurrentProject. OpenConnection myConn
Thanks,
lq
if there is a better way to do this with Access2K connecting to SQL
Server 2K:
Dim myConn As String
myConn = "PROVIDER=SQLOL EDB.1;INTEGRATE D SECURITY=SSPI;P ERSIST
SECURITY INFO=FALSE;INIT IAL CATALOG=myCatag olName;DATA
SOURCE=myServer Name;Network=DB MSSOCN"
CurrentProject. OpenConnection myConn
Thanks,
lq