Subject RE: [IBO] RecordCount gives strange error
Author Jason Wharton
> BTW, the reason that I use RecordCount is so that I can display an
> accurate progress bar when generating a report based on the results of
> the query.

Use a buffered query and do a FetchAll and then look at the number of
records in the buffer.

Jason