1

In my application I have an option to export the database file to sdcard. Exporting is working fine and the problem is, (to put it clear) for example

  • I took a backup of the database file containing some data.
  • After that I have modified some data in my application.
  • When I try to import the saved backup file, the changes what I did in my application(after exporting the database file) are being modified in this backup file too.

I'm kind of confused with this weird behavior. I think the backup database file and internal app database has a link and whatever I modify in my application is being reflected in the backup file.

If anyone know why and how to overcome this, please suggest. Any kind of help or suggestion is much appreciated. Thanks !

4

0 回答 0