Page 1 of 1

BCD overflow

Posted: Tue 07 Dec 2004 17:52
by norldir
hi,

I save a value 9999999999999.99 to a numeric(14,2) field but i can´t retrieve it, the system give me a error of "BCD overflow"....

I´m use my sql 4.0.18 with crlab dbexpress driver.

How i can work around this?

Re: BCD overflow

Posted: Thu 09 Dec 2004 10:30
by Ikar
This number is quite big for TBCDField. TBCDField stores data in currency format.