Subject Fastest way to check to see if query returned a result
Author ra8009
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.