Access/SQL Server 2K Connection String

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Lauren Quantrell

    Access/SQL Server 2K Connection String

    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
Working...