Subject | Precision and Size of TBCDFields |
---|---|
Author | Salim Naufal |
Post date | 2002-10-28T15:00:39Z |
I am converting from IBX to IBO using the TIBOQuery components.
In my Firebird 1.0 database, I have a field that is defines as
Numeric(18,2).
With IBX, the corresponding TBCDFields field has the Size and Precision
set to 2 and 18 respectively.
With IBO, the Size becomes 8 and the Precision 0. Is there a way of
correcting that problem?
Thanks
Salim
PS. The IBO version in use is: 4.2.I
In my Firebird 1.0 database, I have a field that is defines as
Numeric(18,2).
With IBX, the corresponding TBCDFields field has the Size and Precision
set to 2 and 18 respectively.
With IBO, the Size becomes 8 and the Precision 0. Is there a way of
correcting that problem?
Thanks
Salim
PS. The IBO version in use is: 4.2.I