Jay A. Kreibich wrote:
> On Mon, Nov 15, 2010 at 11:29:49AM -0500, Chris Wolf scratched on the wall:
>   
>> 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. 
>>     
>
>   Such a function does not exist for queries.
>
>   
>> Or would I just count the number of invocations of
>> productive sqlite3_step() calls
>> (or count callback invocations via sqlite3_exec())?
>>     
>
>   Correct.
>
>  
Thanks for the confirmation...

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

Reply via email to