04-30-2009 05:49 PM
Dear all,
I include a database in setup,and will record test data into it, when I update the build, I don't want the setup to recover this database, could you tell me how to do it?
Boone
05-01-2009 09:26 AM
I'm sorry but I don't understand a single thing in your question. What setup, build, and recovery are you talking about?
p.s. It's not a good idea to post your email in a public forum unless you enjoy spam. All questions are answered here anyway and not dirrectly.
05-02-2009 08:49 AM
I build a project, this project have a database to record the test data, when I rebuild this project and setup this install again, the database will be recover with blank database,I don't want the database be recorver.
Boone
Thanks a lot.
05-04-2009 01:55 AM
05-05-2009 08:41 AM
05-06-2009 10:51 PM
Boone301 wrote:
This question is so hard than noboody can answer?
No. I just don't think you posted anymore information like Dennis asked for so that anyone can understand your question.
What do you mean by rebuild your project? Building an executable, or building an installer from within the project?
If so, was the empty database file a part of the files to be installed?
05-07-2009 12:13 AM
Dear all,
I'm sorry for my poor English.
I've building a project into install.exe, in this project have a database(*.mdb), I use this file to record the test data, when I reinstall the install.exe, the database will be recover by blank database, so I'll lost the data, I don't want this database be recover when reinstall.
Thanks a lot.
Boone
05-07-2009 12:51 AM - edited 05-07-2009 12:52 AM
I think, if I understand you correctly...
Everytime you create the EXE or the Installer, your Database file becomes blank/empty, which you dont want to; you want all your previous data to be intact while you build/create the EXE/Installer.
I think it is expected bahaviour; it is not possible to retrieve the original database file with all its old data intact when you build the installer each time anew.
Where did you add your Database file in your project hierarchy?
05-07-2009 12:55 AM