Hi All,
I am trying to insert java BigDecimal object into Db2 real column type. This works fine in general. However, when I have a 9 digit number, rounding takes place. For eg, when I am trying to insert 1234567.89 into real type column, the data stored in the db2 column is 1234567.85
Could anyone tell me how to avoid this rounding. The above occurs only for 9 or more digit numbers.
Thanks
Sk