If the type of the SCONTOEURO column is DECIMAL/NUMERIC(4,4). I would try setting the value by
value.setScale(4, new MathContext(8, BigDecimal.ROUND_HALF_EVEN)); does it work?
If the type of the SCONTOEURO column is DECIMAL/NUMERIC(4,4). I would try setting the value by
value.setScale(4, new MathContext(8, BigDecimal.ROUND_HALF_EVEN)); does it work?