Subject | Re: [IBO] Fastest way to check to see if query returned a result |
---|---|
Author | ra8009 |
Post date | 2006-04-27T05:18:38Z |
> >I tried (EOF and BOF), but this returns true with zero and one record.Now I'm assigning my parameter, calling First, and then checking (EOF
>
> No, it doesn't. Take care with this. Don't call Open on TIB_Cursor,
> call First and *then* check.
>
> Helen
>
and BOF). Both EOF and BOF are true even though there's one record
being returned. What am I doing wrong?