LocalDB Resets

  • Thread starter Thread starter MRM256
  • Start date Start date
M

MRM256

Guest
My application has a local DB to store information. I was trying to write a query to check to see if a specific record was in the database. However, when I restarted the application it reset the database wiping out any existing data. Therefore, I could not check to see if the query functioned, because the database is now empty.

How do we keep the LocalDB from resetting every time we restart the application?

Thanks,


MRM256

Continue reading...
 
Back
Top