Subject Re: [IBO] null result from a query
Author Daniel Rail
At 09/03/2002 06:39 AM, you wrote:
>how do I detect that a query - done with TIBOQuery - gave null result ?

I usually use:

if TIBOQuery.eof and TIBOQuery.bof then
TIBOQuery is empty

and there's:

if TIBOQuery.IsEmpty then
TIBOQuery is empty


Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.accramed.ca)