SELECT count(*) FROM Table WHERE Foo = 'bar';

????

Drew, Stephen wrote:
Hello,
Is there any way to obtain the number of rows returned by a SELECT
statement, before receiving all the rows returned? I am using the
sqlite_exec() / sqlite_step() functions to return the data, but need to
populate a progress bar.
Regards,
Stephen Drew

Reply via email to