Subject Re: [firebird-support] Re: NUMERIC or DECIMAL?
Author Helen Borrie
At 09:56 AM 23/10/2004 -0300, you wrote:

>Helen Borrie wrote:
>
> >>All mathematics are done
> >>external to FB though, except an occasional sum.
> >>
> >>
> >
> >Assuming it's Delphi or thereabouts, I guess you are using BCD fields to
> >preserve the precision.
> >
> >
> >
>Ups, and so BCD have more precition than float fields?

No, they are extended float that are munged and masked to have a kind of
exact precision and scale for display and calculation purposes. I think
Geoff talks about it in his article. Delphi/ObjectPascal doesn't have any
scaled numerics. I gather from Chad Hower's message that .NET has a
decimal type.

>Im avoid Fiel
>types BCD and convert all to Float... Any more information about
>differences?

You should read the Delphi help. I've already described the differences
between fixed and floating point types in Firebird.

./heLen