PDA

Click to See Complete Forum and Search --> : Data path for data combo at runtime


Caro
Aug 5th, 1999, 09:00 PM
Thanks for your help on the last one, I have an Adodc and a datapath (known only at runtime) stored in a string. How can I do this without having to have two sets of the database (one on each machine in app.path) and one on the network somewhere?
I only want one database, and I don't know where it will be until runtime - the Adodc control doesn't like having an empty Connection string - help please!!

JHausmann
Aug 6th, 1999, 12:37 AM
You could store the locations in a .ini file or the system registry. Alternatively, you could issue a file open dialog to have the user select the database you want to use.