This may not be completely related to your problem but I was getting the same error before when trying to use transactions via setAutoCommit. I took the setAutoCommit calls out and the code progressed but a journal file was created and things weren't actually being written to the database. It turns out I had left a ResultSet open in my code. Once I closed that at after working with it, all of the above problems went away.
Brett --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
