Hi, I´m using IBDAC 3.10.0.8. and FireBird.
I have a DB with decimal(15,2) Fields and decimal(15,12) for Currency support, after migrate to IBDAC this fields has turned from TFMTBCDField to TFloatFields (that´s a problem)
Why? How can I fix it? I have EnableBCD and EnableFMTBCD to True.
thx.
BCD Fields
... further testing
It seems EnableFMTBCD does not work.
When I try with decimal (9,2) everything it´s OK (enableBDC=TRUE), a TBCDField is mapped, but with decimal (10,2) (enbaleFMTBCD=TRUE) a TFloatField is created instead of TFMTBCDField.
I´m working with Delphi7. TTable component works fine, only TIBCTable fails.
When I try with decimal (9,2) everything it´s OK (enableBDC=TRUE), a TBCDField is mapped, but with decimal (10,2) (enbaleFMTBCD=TRUE) a TFloatField is created instead of TFMTBCDField.
I´m working with Delphi7. TTable component works fine, only TIBCTable fails.