Hi,
I get the following error when I am setting a double value to a prepared statement. What could be the possible reason, and a fix.
Caught unexpected exception : java.lang.IllegalArgumentException: Invalid Input Number
at oracle.sql.NUMBER.toBytes(NUMBER.java:926)
at oracle.jdbc.dbaccess.DBConversion.DoubleToNumberBytes(DBConversion.java:2990)
at oracle.jdbc.driver.OraclePreparedStatement.setDouble(OraclePreparedStatement.java:1552)