I am getting the following error when trying to initialise a database
android.database.sqlite.SQLiteDatabaseCorruptException: database disk image is malformed: , while compiling: PRAGMA journal_mode=TRUNCATE
The file opens ok with sqllite administrator on windows. i have done a database clean and it shows everything is ok. I ftp upload the database (binary) and then ftp download to a tablet.
if i try a different database same name etc(old back up) it downloads and initialises properly.
Can anyone advise any ideas on how to repair or fix this problem?
Thanks
android.database.sqlite.SQLiteDatabaseCorruptException: database disk image is malformed: , while compiling: PRAGMA journal_mode=TRUNCATE
The file opens ok with sqllite administrator on windows. i have done a database clean and it shows everything is ok. I ftp upload the database (binary) and then ftp download to a tablet.
if i try a different database same name etc(old back up) it downloads and initialises properly.
Can anyone advise any ideas on how to repair or fix this problem?
Thanks