[EMAIL PROTECTED] wrote:
ok thanks i understand my errors, is there a function to count the
number of rows ?

Not really. You just call sqlite3_step repeatedly, and count how many times you had to do that before it returned SQLITE_DONE. Usually you would combine this with other processing of the rows.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to