Subject Re: [IBO] TIBOQuery problem with RequestLive property
Author Jason Wharton
Ah, yes, this was a problem a while back. Will you tell me the version of
IBO you are using?

I think I made it so that it wouldn't have this glitch already.

Thanks for confirming this.

Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <pthom@...>
To: <IBObjects@egroups.com>
Sent: Friday, December 01, 2000 1:32 AM
Subject: [IBO] TIBOQuery problem with RequestLive property


> Hi.
>
> In converting from BDE to IBO I have found a minor problem.
>
> Using BDE I set the SQL dynamically to:
> SELECT * FROM CALLSIGN WHERE AAIC = 'DK01' ORDER BY KSIGN;
>
> The TQuery property RequestLive is set to true.
>
> Using this with TIBOQuery generates an SQL error. The semicolon
> appears before the "FOR UPDATES" part.
>
> If I remove the semicolon from the SQL, everthing works fine !
>
> Brgds Preben.
>
>
>
>
>