Subject Re: [IBO] Precision and Size of TBCDFields
Author Jason Wharton
Why is that a problem? From what I could tell, those values were arbitrary.

Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


----- Original Message -----
From: "Salim Naufal" <salim.naufal@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, October 28, 2002 8:00 AM
Subject: [IBO] Precision and Size of TBCDFields


> 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