JDBC/MX 5.0 Driver for SQL/MX Programmer's Reference (SQL/MX 2.x)
the
NOT NULL
clause in the column definition.
[back to the top]
29035 HY000 IO Exception occurred {0}
Cause: An ASCII or Binary or Character stream setter or an updater method resulted in a java.io.IOException.
Effect: The designated setter or updater method does not modify the ASCII or Binary or Character stream.
Recovery: Informational message only; no corrective action is needed.
[back to the top]
29036 HY000 Unsupported encoding {0}
Cause: The character encoding is not supported.
Effect: An exception is thrown when the requested character encoding is not supported.
Recovery: ASCII (ISO88591), KANJI, KSC5601, and UCS2 are the only supported character encodings. SQL/MP
tables do not support UCS2 character encoding.
[back to the top]
29037 HY106 ResultSet type is TYPE_FORWARD_ONLY
Cause: An attempt was made to point a ResultSet cursor to a previous row when the object type is set as
TYPE_FORWARD_ONLY.
Effect: The ResultSet object cursor manipulation does not occur.
Recovery: TYPE_FORWARD_ONLY ResultSet object type cursors can move forward only. TYPE_SCROLL_SENSITIVE and
TYPE_SCROLL_INSENSITIVE types are scrollable.
[back to the top]
29038 HY107 Row number is not valid
Cause: A ResultSet absolute() method was called when the row number was set to 0.
Effect: The cursor is not moved to the specified row number.
Recovery: Supply a positive row number (specifying the row number counting from the beginning of the result set), or
supply a negative row number (specifying the row number counting from the end of the result set).
[back to the top]
29039 HY092 Concurrency mode of the ResultSet is CONCUR_READ_ONLY
Cause: An action was attempted on a ResultSet object that cannot be updated because the concurrency is set to
CONCUR_READ_ONLY.
Effect: The ResultSet object is not modified.
Recovery: For updates, you must set the ResultSet object concurrency to CONCUR_UPDATABLE.
[back to the top]
29040 HY000 Operation invalid. Current row is the insert row
Cause: An attempt was made to retrieve update, delete, or insert information on the current insert row.










