On 24 Apr 2013, at 4:47am, Igor Korot <[email protected]> wrote: > sqlite3_step( stmt ); > sqlite3_finalize( stmt );
Please check the values SQLite returns from the _step and _finalize calls to make sure it's not generating an error. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

