I am looking here:

http://www.sqlite.org/c3ref/funclist.html

...and I don't see an API to return the last query's row count,
analogous to sqlite2_changes() for update
row counts.  Or would I just count the number of invocations of
productive sqlite3_step() calls
(or count callback invocations via sqlite3_exec())?

Thanks,

  -Chris
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to