[SQLiteJDBC] executeQuery inside transaction doesn't working

Ondrej Novy novy at ondrej.org
Tue Sep 8 13:29:57 EDT 2009


Hi,
i'm using SQLiteJDBC driver for my project. When i do executeQuery just
after executeUpdate inside transaction (setAutoCommit(false)) then
java.sql.SQLException is throw:
Exception in thread "main" java.sql.SQLException: SQL logic error or missing
database



More information about the SQLiteJDBC mailing list