BCD overflow

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
norldir

BCD overflow

Post by norldir » Tue 07 Dec 2004 17:52

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?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: BCD overflow

Post by Ikar » Thu 09 Dec 2004 10:30

This number is quite big for TBCDField. TBCDField stores data in currency format.

Post Reply