Subject | Pb with IBOQuery |
---|---|
Author | Informatique AIS International |
Post date | 2002-01-26T18:14:15Z |
hy,
Before the last modification (or another!!! ), I could write under
IBOQuery :
SELECT (SUM(xxxx) - SUM(yyyy)) As MySum From table
Now, I can just write that (without the brackets) :
SELECT SUM(xxxx) - SUM(yyyy) As MySum Form Table
if not I obtain the following error message :
ISC ERROR CODE:335544569
...
invalid column reference
but under IBCONSOLE it goes very well.
Is this normal?
I use :
Delphi 4 C/S
IBO 4 Fp
FireBird
Before the last modification (or another!!! ), I could write under
IBOQuery :
SELECT (SUM(xxxx) - SUM(yyyy)) As MySum From table
Now, I can just write that (without the brackets) :
SELECT SUM(xxxx) - SUM(yyyy) As MySum Form Table
if not I obtain the following error message :
ISC ERROR CODE:335544569
...
invalid column reference
but under IBCONSOLE it goes very well.
Is this normal?
I use :
Delphi 4 C/S
IBO 4 Fp
FireBird