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.
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
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.

<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