I discovered something today which has me confused on what needs to reside on a client pc in order to use an Access app that contains linked SQL tables.
In the app, I’m linking to the tables via ODBC using a dsn. I deploy the app as an mde to a user pc. I was under the impression that on a user pc, I had to have a SQL 2000 Client installed for connection only, and that the dsn also had to be in the client’s ODBC Data Sources folder.
However, today I discovered that neither of these were necessary. The app worked fine on the user pc. It seems like as long as the user had a valid SQL login, they had access to the linked tables within the app.
So, is the dsn connection info stored with the app? Is that why the dsn doesn’t need to reside on the user pc and the SQL Client doesn’t need to be installed?
Any enlightenment would be greatly appreciated!!
Thanks!!!