It seems that there is a problem with the native (.dll and .so)
implementation of the driver while working with transactions. I got
the following exception: "java.sql.SQLException: SQL logic error or
missing database"

The way I'm working with transactions is something like this:

            setAutoCommit(false);
            conn.doUpdate(sql);
            ...
            commit();
            setAutoCommit(true);


When working with the Java implementation, there is no problem and the
transaction works perfectly.


--~--~---------~--~----~------------~-------~--~----~
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