Subject Re: [firebird-support] Currency
Author Christian Gütter
Hi Steffen,

> My problem lies beside the database. I need to get this information out of
> the database and back into it.
> And on the Java-side I do not want to handle all those rounding troubles.
> Therefor I just define money as a lot of Cents.
> Therefor currency fits very well into an ordinary INTEGER.

you are right - I misunderstood your posting.
If Java cannot handle Numerics properly, you are right using integer.

Most people use Delphi or C++ Builder in combination with
Interbase/Firebird - and these language support Numeric.
So then you are better off using Numeric instead of Integer.

Sorry for the confusion.

Christian