How to prevent SQL Compact DB to be erased?
Posted
by Skuta
on Stack Overflow
See other posts from Stack Overflow
or by Skuta
Published on 2009-12-08T21:47:58Z
Indexed on
2010/05/01
19:57 UTC
Read the original article
Hit count: 136
Hi,
I'm developing an applciation using SQL Compact database in Visual Studio 2008. When I start the application and run the process, the data is being loaded into database for few hours worth of few tens of megabytes. However, when I quite debugging, change something in code (not in DB structure), run the project again, the database is erased.
Does anyone know how to prevent this behavior? I need the data to stay in DB to test on it.
© Stack Overflow or respective owner