G
Guest
I have some linked SQL 2005 tables in my Access front end. I went through
the linked table wizard and created a DSN. I then went into the DSN and
added the correct username and password that 'should' authenticate Access
each time it needs to connect. Sample DSN below:
[ODBC]
DRIVER=SQL Native Client
UID=username
pwd=password
WSID=myComputer
APP=Microsoft Office 2003
SERVER=mySQLServer
Even with this code, Access keeps asking for credentials when I open a form
where these linked tables are used. How do I edit a DSN file so that Access
will use the credentials in the file to authenticate to the SQL server?
I think I'm missing some basic understanding regarding how Access goes
through the authentication steps.
Can someone point me in the right direction here?
Thanks in advance,
Bernie
the linked table wizard and created a DSN. I then went into the DSN and
added the correct username and password that 'should' authenticate Access
each time it needs to connect. Sample DSN below:
[ODBC]
DRIVER=SQL Native Client
UID=username
pwd=password
WSID=myComputer
APP=Microsoft Office 2003
SERVER=mySQLServer
Even with this code, Access keeps asking for credentials when I open a form
where these linked tables are used. How do I edit a DSN file so that Access
will use the credentials in the file to authenticate to the SQL server?
I think I'm missing some basic understanding regarding how Access goes
through the authentication steps.
Can someone point me in the right direction here?
Thanks in advance,
Bernie