PDA

Click to See Complete Forum and Search --> : Accessing Location


tanker
Oct 10th, 2000, 03:15 PM
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.

JHausmann
Oct 10th, 2000, 04:51 PM
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).

greysquirl
Oct 25th, 2000, 01:16 PM
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.