Hi, I have an Access Front-end and a SQLServer (2005) back-end setup. The tables are basically linked into the Access front-end via ODBC link with a DSN file. In addition, the authentication is through Windows Authentication.
My question is, once the Front-end Access file has established the link and saved the connection string into its linked SQLServer tables, is the DSN file required anymore (for end users)?
Like, I link the tables on my computer for testing purposes. Once it's set, I can pass the same frontend file to some test users, w/o setting up a DSN file on their machine. My logic tells me, if there are any changes to the location of the SQLServer db, I will have to re-establish the ODBC link on my end anyways, and then do the same thing, which is deploy the Access file to users with the modified connection string. So...is the DSN file required on users machines?
Thanks in advance!
My question is, once the Front-end Access file has established the link and saved the connection string into its linked SQLServer tables, is the DSN file required anymore (for end users)?
Like, I link the tables on my computer for testing purposes. Once it's set, I can pass the same frontend file to some test users, w/o setting up a DSN file on their machine. My logic tells me, if there are any changes to the location of the SQLServer db, I will have to re-establish the ODBC link on my end anyways, and then do the same thing, which is deploy the Access file to users with the modified connection string. So...is the DSN file required on users machines?
Thanks in advance!