On 6/20/18, Igor Korot <[email protected]> wrote: > if( ( res = sqlite3_step( stmt ) ) == SQLITE_OK )
sqlite3_step() returns SQLITE_ROW when it has data, not SQLITE_OK. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

