Subject | Re: [IBO] Fastest way to check to see if query returned a result |
---|---|
Author | Helen Borrie |
Post date | 2006-04-27T03:44:54Z |
At 11:53 AM 27/04/2006, you wrote:
call First and *then* check.
Helen
>What is the fastest way to check to see of a TIB_Cursor has returned aNo, it doesn't. Take care with this. Don't call Open on TIB_Cursor,
>result? Is there something faster than using recordCount?
>
>I tried (EOF and BOF), but this returns true with zero and one record.
call First and *then* check.
Helen