Simon Slavin <slav...@bigfraud.org> schrieb am Sa. 27. Apr. 2019 um 14:28:

> On 27 Apr 2019, at 10:47am, Frank Kemmer <frank.kem...@gmail.com> wrote:
>
> > I can connect to the database, create a table, select from the table,
> insert into the table, but the first time I try to read after an insert I
> get the following exception:
>
> >> Are you checking the result codes from all these operations ?


All these operations happen on one connection in one session. My first
operation is to list the tables and then I do the select.

When I insert the lines with the sqlite3 command line tool everything is
fine. But when I use sqlline with the sqlite JDBC Driver, I get this
exception with the first select statement.

I can even insert the lines with sqlline and select them in sqlite3 ... but
I can‘t do a select in sqlline. This results in the exception given above.

It reminds me on the problem that after the iteration over the resultSet,
the resultSet was closed and you no longer could access the metadata ...
but I am just guessing here.

> --
Wir ertrinken in Information, aber hungern nach Wissen [John Naisbitt]
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to