[Solved] Why can’t i manually update my access database? (once it is connected to vb.net)


You’re making changes to the wrong database. The original is, or at least it should be, in the project folder. When you build, that original is copied to the output folder. That way, any changes you make while debugging do not pollute the original, so it’s clean when it comes time for you to release your application.

1

solved Why can’t i manually update my access database? (once it is connected to vb.net)