Subject RE: [IBO] RecNo and RecordCount known issues?
Author Jason Wharton
> I'm turning and old application based on BDE into using IBO.
> In the old implementation I had to keep track with two fields in each
> table, one for the position and the other one for the table count...
>
> After quickly testing the RecNo and RecordCount properties of
> TIBODataSet, it seems to me that I might actually drop all
> that useless
> code... but I wonder: are those two properties reliable?
>
> Just wondered whether there are any known issues...

You should not use these if you can help it.

They are either very slow or potentially inaccurate.

Jason Wharton