Can you post a small complete standalone java program using only JDBC calls that demonstrates this and the issue in your other posting?
--- Andrew <[EMAIL PROTECTED]> wrote: > 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. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
