Subject Re: [IBO] IBOQuery Locate bug IBO 4.6A
Author Salvatore Besso
hi Johannes,

I'm sorry but from

if not Prepared or not SQLIsValid then

to

if (not Prepared) or (not SQLIsValid) then

absolutely nothing changes. The two statements are absolutely equal and
both return the same result.

Regards
Salvatore