Neoview JDBC Type 4 Driver Programmer's Reference (R2.2, R2.3, R2.4, R2.5)

29007 07009
29007 07009 Invalid descriptor index
Cause A ResultSetMetadata column parameter or a ParameterMetaData param
parameter is outside of the descriptor range.
Effect The ResultSetMetadata or ParameterMetaData method data is not returned
as expected.
Recovery Validate the column or parameter that is supplied to the method.
29008 24000
29008 24000 Invalid cursor state
Cause The ResultSet method was called when the connection was closed.
Effect The method call does not succeed.
Recovery Make sure the connection is open before making the ResultSet method call.
29009 HY109
29009 HY109 Invalid cursor position
Cause An attempt was made to perform a deleteRow() method or updateRow() method
or cancelRowUpdates method when the ResultSet row cursor was on the insert row. Or
an attempt was made to perform the insertRow() method when the ResultSet row cursor
was not on the insert row.
Effect The row changes and cursor manipulation do not succeed.
Recovery To insert a row, move the cursor to the insert row. To delete, cancel, or update a
row, move the cursor from the insert row.
29010 07009
29010 07009 Invalid column name
Cause A column search does not contain columnName string.
Effect The column comparison or searches do not succeed.
Recovery Supply a valid columnName string to the findColumn(),
validateGetInvocation(), and validateUpdInvocation() methods.
29011 07009
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.
29012 07006
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.
29013 HY024
29013 HY024 Fetch size is less than 0
Type 4 Driver Error Messages 79