Subject | F_1 field name vs SUM |
---|---|
Author | Guylain Plante |
Post date | 2005-05-10T14:00:45Z |
Hi,
We have an old Delphi program that cannot be compiled anymore. This
old program do a query such as:
SELECT SUM(ITEMPRICE) FROM ORDERS;
Under Interbase 6.0, the column name of the result set is named F_1
Under Firebird 1.5 , the column name is named SUM
Since we cannot compile the program anymore and we need to migrate
from Interbase 6 to Firebird 1.5, is there a way to configure Firebird
so that the column name of such queries be F_1 instead of SUM ?
Thanks for any help.
We have an old Delphi program that cannot be compiled anymore. This
old program do a query such as:
SELECT SUM(ITEMPRICE) FROM ORDERS;
Under Interbase 6.0, the column name of the result set is named F_1
Under Firebird 1.5 , the column name is named SUM
Since we cannot compile the program anymore and we need to migrate
from Interbase 6 to Firebird 1.5, is there a way to configure Firebird
so that the column name of such queries be F_1 instead of SUM ?
Thanks for any help.