Subject .recordCountAll
Author bwc3068
Hi All--

I've got a really simple question....

In my old (now converted) BDE app, I used to use .RecordCount a ton
to do things like loop through the entire returned query.

In FB using IBO, tIBOQuery.RecordCount is not accurate.

Is it better to use tIBOQuery.RecordCountAll (ie. is it reliable
each and everytime) OR tIBOQuery.RecordCountAccurate := True and
then, .RecordCount?

If I go with .RecordCountAccurate, does that effect performance at
all when I don't need the .RecordCount?

.RecordCountAll would be easiest as it's a search/replace
with .RecordCount.

TIA

Kelly!