So, this is probably an obvious question for the experts, but I've done some digging and haven't come across an answer.
I have an MS Access app that links to SQL tables on the back end. I'd like to have our team copy the app onto their local systems and run it from there (for performance reasons). However, this typically involves setting up the ODBC connection on each workstation, which is can be a pain in our environment.
Is there not a way to embed the ODBC connection info 'within' the Access DB? Or, must I always use a DSN file?
Thanks in advance for any thoughts.
You could create a batch file to be included with your database file to create the connection for you. Here is a command-line example: http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Q_24130096.html