Move the database

puffer317

Registered User.
Local time
Yesterday, 19:50
Joined
Apr 15, 2008
Messages
18
Hello all,
I created my first vb.net program which is a search and display form for an access database. I had the database right in my project folder while I was creating it. Now I would like to Move the database to the server and put a password on it. For the life of me I cannot seem to figure out how to do this. :eek: I've tried changing the connecting string in the code, changing the data set connection and a couple other things I found online but I always get this build error

<Error 1 Unable to copy file "C:\NewDocMan Project Folder\Eddie\Eddie.mdb" to "bin\Debug\Eddie.mdb". Could not find file 'C:\NewDocMan Project Folder\Eddie\Eddie.mdb'. Eddie>

Somwhere it is still looking for the original database and I can't find the code that is pointing to it.

Any ideas?
Thanks
 

Users who are viewing this thread

Back
Top Bottom