Subject Currency / money
Author Kurt Bilde
Hi,

Going from Paradox to FireBird I need to convert the $-fieldtype
(money) to a FireBird fieldtype. Poul's article on ibphonix recomend
numeric(18,3) and others numeric(18,4), so I'm a bit puzzled about
this.

I have to support two digit (like cents), so it's mostly division I'm a
bit concerned about (e.g. 50.47 divided by 3, should be 16.82 (shown
as) and not 16.823 or 16.8233).

What do you all recomend?

-Kurt