I a problem in JDBC driver for SQLite.
I am executing a query with SELECT statement.
If I get an empty resultset (0 rows) then I see a "Closed ResultSet" exception thrown when ...
I'm trying to use org.sqlite.JDBC to create and update a sqlite database in ant.
The sqlitejdbc-v056.jar comes from http://www.zentus.com/sqlitejdbc/ and is the latest version (056)
This is my build.xml: