Firebird NUMERIC() or DECILAM() data type
Posted: Sat 03 Oct 2009 19:05
IDE: D2007 + Firebird 2.1 + UniDAC 3.0.0.2
The documentation say that if used flag EnableBCD data type precision, scale up to 14,4 can be BCD but
NUMERIC(9,2) -> BCD
...
NUMERIC(10,4) -> float
DECIMAL(14,4) -> float
Any suggestion to fix?
Thanks
The documentation say that if used flag EnableBCD data type precision, scale up to 14,4 can be BCD but
NUMERIC(9,2) -> BCD
...
NUMERIC(10,4) -> float
DECIMAL(14,4) -> float
Any suggestion to fix?
Thanks