I have an app with db.
In app, I delete database.db from File.DirInternal. Then I try to acces to a table and the app crash of course. I am sure the db file is deleted.
Then I uninstall the app from my device. and reinstall it. My app create a fresh database file with a empty table.
Then a load table and surprise. The table is not empty.
I try all procedure above many time and the table have same data time after time.
How can be sure a fresh database is empty?
In app, I delete database.db from File.DirInternal. Then I try to acces to a table and the app crash of course. I am sure the db file is deleted.
Then I uninstall the app from my device. and reinstall it. My app create a fresh database file with a empty table.
Then a load table and surprise. The table is not empty.
I try all procedure above many time and the table have same data time after time.
How can be sure a fresh database is empty?