Subject numeric(15,2) and number of decimal places
Author Steve Wiser
Hello,

Recently we upgraded our interbase 5.6 servers to firebird 1.5. We seem
to have issues with fields we have declared as numeric(15,2).
Previously in interbase using interclient/java these fields would get
pulled out of the database and correctly have 2 places after the decimal
point. Now with jaybird/java even though the field is still declared as
numeric(15,2) the java gets too much precision (too many numbers on the
right of the decimal point). I think perhaps this is a java driver
issue. Has anyone else had similar issues as this?

Thanks,
Steve