SQLite Db malformed after delete from table

  • Replies:0
mcfly
  • Forum posts: 286

Aug 4, 2011, 5:06:53 PM via Website

Hi All

I have problems deleting a sqlite-table from java. ( "delete from table" )
After deleting the DB-File is corrupt. Only recreating the db solves the problem ( or rolback an old version ).
I also tested this issue by creating a trigger, which deletes the table. I trigger this with an update statement in java.

Only if I delete the table from an SQL-Tool like Maestro, it works.

Is there anyone who had the same problem and has an solution/fix ?

Reply