Hi,
If setAutoCommit is configured to false, I got the following error:
java.sql.SQLException: SQL logic error or missing database
at org.sqlite.DB.throwex(DB.java:252)
at org.sqlite.DB.exec(DB.java:31)
at org.sqlite.Conn.commit(Conn.java:146)
at org.polepos.teams.jdbc.JdbcCar.commit(JdbcCar.java:120)
I DO have invoked connection.commit() after executing create table sql
statement.
Any idea? Thanks!
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---