How to keep database contents?

Yuliya

Active member
Joined
Nov 9, 2007
Messages
34
Programming Experience
Beginner
I have a VB application that uses an SQL database. I developed it in Visual Studio Express. Then I used the Publish command of the VS and published it on my web site. When I installed it on my computer, it all went into WINDOWS/Prefetch directory in one .pf file. Is there a way to separate the file and make a copy of the database contents?

What I am looking for is this -- suppose a user installs this application, uses it for a while, enters some data in the database, and then finds a bug in the application. If I fix the bug and use the same Publish command to upload it on the web, would it be possible for that user to download the updated version without losing the contents of the database?

Thank you!
 

Latest posts

Back
Top