JDBC Driver for SQL/MX Programmer's Reference
[back to the top]
29064 22018 Java data type does not match SQL data type for
column
Cause: Attempted to call a PreparedStatement setter method with an invalid column data
type.
Effect: An exception is thrown; data is not updated.
Recovery: Make sure that the column data type is valid for the PreparedStatement setter
method.
[back to the top]
29065 22018 Java data type can not be converted to the
specified SQL data type
Cause: A PreparedStatement setter method Java object conversion to the given SQL data
type is invalid.
Effect: An exception is thrown; data is not updated.
Recovery: Make sure that the column data type is valid for the PreparedStatement setter
method.
[back to the top]
29066 22018 The String data {0} can not be converted to a
numeric value
Cause: A PreparedStatement setter method could not convert a string to an integer.
Effect: An exception is thrown and the string data is not converted.
Recovery: Make sure that the data to be converted to an integer is valid.
[back to the top]
29067 07009 Invalid input value in the method {0}
Cause: One or more input values in the given method is invalid.
Effect: The given input method failed.
Recovery: Check the input values for the given method.
[back to the top]