BCD Overflow
I'm using FastReport 2.46, Delphi6 and Firebird/Interbase.
I'm getting the "BCD Overflow" error when i'm retriving data from a NUMERIC(18,2) field of a stored procedure.
Checking the stored procedure by any Firebird/Interbase client, i've got no error.
It returns me successfully.
If I cast the field to DOUBLE PRECISION, no error occurs.
But, i think that's not the better way to solve this.
Anyone has already experienced something like this and can help me?
thanx,
Daniel Dummer
I'm getting the "BCD Overflow" error when i'm retriving data from a NUMERIC(18,2) field of a stored procedure.
Checking the stored procedure by any Firebird/Interbase client, i've got no error.
It returns me successfully.
If I cast the field to DOUBLE PRECISION, no error occurs.
But, i think that's not the better way to solve this.
Anyone has already experienced something like this and can help me?
thanx,
Daniel Dummer
Comments