SQLite in android
Posted
by klaus-vlad
on Stack Overflow
See other posts from Stack Overflow
or by klaus-vlad
Published on 2010-04-29T06:24:59Z
Indexed on
2010/04/29
6:27 UTC
Read the original article
Hit count: 432
android
Hi,
My android application uses an sqlite database and during first run it deletes some rows . The next time it runs it tries to do the same , but because the rows were previously deleted it fails . I use SQLite database browser to inspect the database ,after first run (when the rows are deleted) and I observe that the rows that no longer should exist are still in the database , even if ehwn running the app again those rows are no longer visible ! What is the cause for this behavior ?
© Stack Overflow or respective owner