Subject | RE: [IBO] RecNo and RecordCount known issues? |
---|---|
Author | Jason Wharton |
Post date | 2006-03-09T20:43:01Z |
> I'm turning and old application based on BDE into using IBO.You should not use these if you can help it.
> 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...
They are either very slow or potentially inaccurate.
Jason Wharton