Subject IBO Query isEmpty
Author ra8009
I have a query and am using isEmpty to determine if it's returning
records. The query has two paramrters, one is a date and another a time.

I tested my query using IB Admin and it works correctly. However, in
my application isEmpty is always true, even when I hard code
parameters that I know have data.

What could be causing the query to nor return records?