Subject | Re: [IBO] retrieving size and precision of numeric fields |
---|---|
Author | Helen Borrie |
Post date | 2003-06-09T02:05:12Z |
At 12:09 AM 9/06/2003 +0200, you wrote:
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
>I have a database that contains fields of type Numeric(18,2).You should make sure that the field object is a TIBOBCDField. You can do
>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)
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