Subject Re: [IBO] retrieving size and precision of numeric fields
Author Helen Borrie
At 12:09 AM 9/06/2003 +0200, you wrote:
>I have a database that contains fields of type Numeric(18,2).
>Using a TIBOQuery, the corresponding field is a TBCDField having
>"Precision"=0 and "Size"=8 instead of 18 and 2 respectively. (Using IBX
>components, the resulting TIBBCD Field Precision and Size are correct)

You should make sure that the field object is a TIBOBCDField. You can do
this manually in the Fields property editor, although you shouldn't need
to. What version of IBO are you using? (inspect the Version property of
any component...)

Helen