Subject Re: [IBO] is dataset empty
Author Paul Vinkenoog
Hello Luc,

>> how to emulate IsEmpty for TIB_Dataset ?

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

Does this also work _before_ you have tried to fetch records,
i.e. before using (API)First or Last? How can the Cursor know
it's EOF if it hasn't tried to fetch any records yet?


Greetings,
Paul Vinkenoog