Subject Re: [IBO] Fastest way to check to see if query returned a result
Author ra8009
> >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
>

Now I'm assigning my parameter, calling First, and then checking (EOF
and BOF). Both EOF and BOF are true even though there's one record
being returned. What am I doing wrong?