When upgrading the app, I am reading the data from DB and moving data to new DB.
On the DBClass constructor, calling getReadableDatabase to call oncreate\onupgrade.
I am getting Exception
android.database.sqlite.SQLiteException: cannot rollback - no transaction is active (code 1)
Please help me to solve this
0 comments:
Post a Comment