Subject | Re: [IBO] Cursor.RecordCount |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2001-01-12T12:42:14Z |
> Guido,After doing APIFirst Cursor.EOF is true, although there are 6 records.
>
> I can't tell you why this happens, but it's not a goof idea to use
> record count at all for stepping through a dataset, being it a
> TIB_Cursor or TIB_Query.
>
> Use WHILE NOT EOF instead.