;
On Thu, Jun 21, 2018 at 12:03 PM, Igor Korot <[email protected]> wrote: > Richard, > > On Wed, Jun 20, 2018 at 8:17 PM, Richard Hipp <[email protected]> wrote: >> 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. > > But SQLITE_ROW value is not 21 - its 101. > > Thank you. > >> >> -- >> D. Richard Hipp >> [email protected] >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

