db2 decimal - java bigdecimal
843854Oct 17 2001 — edited Oct 19 2001Hi,
how can I get DB2 Decimal values into Java BigDecimal values. ResultSet offers a getBigDecimal method, but where can I put the value ? Creating a new BigDecimal is not possible, only String, BigInteger, double. getDouble causes rounding problems.
Andreas