JDBC Driver for SQL/MX Programmer's Reference
validateGetInvocation(), and validateUpdInvocation() methods.
[back to the top]
29011 07009 Invalid column index or descriptor index
Cause: A ResultSet method was issued that has a column parameter that is outside of the
valid range.
Effect: The ResultSet method data is not returned as expected.
Recovery: Make sure to validate the column that is supplied to the method.
[back to the top]
29012 07006 Restricted data type attribute violation
Cause: An attempt was made to execute a method either while an invalid data type was set or
the data type did not match the SQL column type.
Effect: The interface method is not executed.
Recovery: Make sure the correct method and Java data type is used for the column type.
[back to the top]
29013 HY024 Fetch size is less than 0
Cause: The size set for ResultSet.setFetchSize rows to fetch is less than zero.
Effect: The number of rows that need to be fetched from the database when more rows are
needed for a ResultSet object is not set.
Recovery: Set the setFetchSize() method rows parameter to a value greater than zero.
[back to the top]
29014 HY000 SQL data type not recognized
Cause: An unrecognized SQL data type was detected by JDBC.
Effect: An exception is thrown; data is not updated.
Recovery: Make sure that the SQL data type is supported by JDBC. The error is internal to the
JDBC/MX driver.
[back to the top]