Subject | TIBOQuery problem with RequestLive property |
---|---|
Author | pthom@tdk.dk |
Post date | 2000-12-01T08:32:32Z |
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.
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.