How can I get my VB application to access my Access DB from anywhere on the network. I am using ADODC and the location of my DB is hard set on the server.
Printable View
How can I get my VB application to access my Access DB from anywhere on the network. I am using ADODC and the location of my DB is hard set on the server.
Store the location of the database in an ini (or registry) file. When the location changes, you simply need to update the ini (or registry).
Could you please be more specific in your answer. i.e. . . . what should the .ini file have written in it? Where in the code should I place the link to the .ini file? Thank you.