Hello,
I use Visual Basic 2010 and a Access database.
When I perform debugging
the database returns to the old values.
How can I instruct the application to keep the new values?
Printable View
Hello,
I use Visual Basic 2010 and a Access database.
When I perform debugging
the database returns to the old values.
How can I instruct the application to keep the new values?
Follow the first link in my signature. It should provide all the information you need to handle the most common cause of this issue. If the problem persists then you will need to provide more specific information.
Hello, jmcilhinney
You answered exactly.
I understand that VB copies the original database to the DEBUG folder.
Practically, how can I prevent VB from copying?
As I said in my previous post, all the information you need is provided by the page I have linked to.