Subject Re: TIBOQuery problem with RequestLive property
Author pthom@tdk.dk
Evaluation version from last week.

IB_Constants.Int contains

// Version information
IB_VERSION_MAJOR = '3';
IB_VERSION_MINOR = '6';
IB_VERSION_BUILD = 'B';
IB_VERSION_SUB_RELEASE = 'e';

Regards
Preben

--- In IBObjects@egroups.com, "Jason Wharton" <jwharton@i...> wrote:
> 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@t...>
> 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.
> >
> >
> >
> >
> >