Subject | Re: [IBO] Re: Problem with IB_Query / addition |
---|---|
Author | Jason Wharton |
Post date | 2001-01-21T09:58:30Z |
For now until I look into this more, please give the column an alias name.
select sum( whatever ) as MYSUM from ...
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
select sum( whatever ) as MYSUM from ...
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Torsten Grundke" <tgrundke@...>
To: <IBObjects@egroups.com>
Sent: Sunday, January 21, 2001 3:01 AM
Subject: [IBO] Re: Problem with IB_Query / addition
> Hi,
>
> I don't receive error-message in the run-time of my program. The
> result of my statement with IBX-component IBSQL is ok.
>
> Bye
>
> Torsten
>
>
>
>