A DESCRIPTION OF THE PROBLEM :
The Javadoc of interface PreparedStatement contains sample code.
In here the pstmt.setBigDecimal(1, 153833.00) is wrong.
The value 153833.00 is of type double and cannot be converted to BigDecimal.
FREQUENCY : always
The Javadoc of interface PreparedStatement contains sample code.
In here the pstmt.setBigDecimal(1, 153833.00) is wrong.
The value 153833.00 is of type double and cannot be converted to BigDecimal.
FREQUENCY : always