Hi Alfredo,

I supose you don't use
sqlite3_get_table<http://www.sqlite.org/capi3ref.html#sqlite3_get_table>function
right ?


Call another query with:
SELECT COUNT(*) AS NrRecords FROM ( <YOUR_ORIGINAL QUERY_STRING>)


Radu Lodina

On 10/28/05, Alfredo Cole <[EMAIL PROTECTED]> wrote:
>
> Hi:
>
> In order to update a progress bar, I need to know the total number of rows
> returned by a query, similar to MySQL's mysql_num_rows. Is there a
> function
> like that in the C API? I may have overlooked it, but have not found it so
> far.
>
> Thank you.
>
> --
> Alfredo J. Cole
> Grupo ACyC
>

Reply via email to