Subject | Re: [IBO] IBOQuery Locate bug IBO 4.6A |
---|---|
Author | Woody |
Post date | 2006-04-07T18:42:41Z |
From: "Salvatore Besso" <s.besso@...>
if not (Prepared and SQLIsValid) then
All those statements are the same and shouldn't change the result...
Woody (TMW)
> hi Johannes,It could also be changed to :
>
> 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.
if not (Prepared and SQLIsValid) then
All those statements are the same and shouldn't change the result...
Woody (TMW)