Subject Re: [IBO] Fastest way to check to see if query returned a result
Author Helen Borrie
At 11:53 AM 27/04/2006, you wrote:
>What is the fastest way to check to see of a TIB_Cursor has returned a
>result? Is there something faster than using recordCount?
>
>I tried (EOF and BOF), but this returns true with zero and one record.

No, it doesn't. Take care with this. Don't call Open on TIB_Cursor,
call First and *then* check.

Helen