Connectionstring problem

johmolan

Well-known member
Joined
Oct 11, 2008
Messages
129
Programming Experience
Beginner
I'm making a program which are using 3 database files.
I have made 1 connectionstring to each of them.
When i start the program I now can choose which one of them i want to use,
but i want to be able to copy the database into a temp file, where it stays while I work with it and then copy it out to another location later.

For the moment I can use a random accdb file and copy it into the tempfolder work with it and copy it out after, but not with the 2 other files which installs together with the program.
Is there any way to locate those files and be able to copy them to the tempfolder etc? Or is it possible to make them install to a spesific location automaticly when I install the program?
 
Back
Top