Subject Re: [IBO] is dataset empty
Author Lucas Franzen
Gediminas schrieb:

>working with tib_cursor's & tib_query'ies - how to check, is dataset empty?
>query has IsEmpty, but curson doesn't - have tried RowNum, but this failed
>;) how to emulate IsEmpty for TIB_Dataset ?
>
>

For TIB_Cursors I use: EOF AND BOF.
If this is true, it's empty.

Luc.