Subject Re: [IBO] Search Data without refetching
Author ra8009
Thank you! Using a parameterized query along with isEmpty seems to
work very well, giving me the performance I need.

Although I haven't done a head to head comparison, it seems that this
is even faster than using an IB_Cursor with parameters, calling
"First" and finally checking for EOF. Would you expect the IBODataset
using parameters and IsEmpty to be faster?