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?
BCD overflow
Re: BCD overflow
This number is quite big for TBCDField. TBCDField stores data in currency format.