I have a DB running on a daemon thread and if the thread is killed
without the connection object being clean-ed up, I sometimes end up
with a DB that errors out as "malformed database schema" on next
access. Seems to only happen if the DB was shut down after a delete. I
have clean-up in there for manual shutdown, but I can't do much if my
process is killed, since the finalizer isn't even called.

Any suggestions for how to prevent my DB from corrupting or how to
recover the DB? Or is this a bug in the driver?

thanks,
arne


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLiteJDBC" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlitejdbc?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to