Subject Re: [IBO] How to know if a query is empty with an IB_Cursor
Author aosylvain
Thanks Hans but "isEmpty" does not exists in TIB_XXX, only in TIBO_XXX.

I'm using TIB_Cursor instead of TIBO_Query for performance reasons.

I'm testing with "FieldByName('ID').IsNull" instead of "(EOF and BOF)"...



--- Hans wrote:
>
> Try MyCursor->IsEmpty() = true when Empty
>