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 ?

If you close the database without trying to read it, then use the SQLite shell 
tool to read it, is your row there ?

If, in your software, you close the database without trying to read it, then 
reopen it, then try reading it, do you get the same error ?
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to