JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.2.1 (H06.26+, J06.15+)

29259 HY000 Module Error
Cause: An invalid parameter was detected when attempting to get catalog information or attempting
to prepare a statement from a module.
Effect: An exception is reported; the operation is not completed.
Recovery: See the exception message for recovery details.
nl
29260 HY000 Invalid Statement/Connection Handle
Cause: An invalid SQL statement handle was detected.
Effect: An exception is reported; the operation is not completed.
Recovery: Informational message only; no corrective action is needed. Report the entire message
to your service provider.
nl
29261 HY000 No error message in SQL/MX diagnostics area, but sqlcode
is non-zero
Cause: An SQL error was detected but no error message was reported by SQL/MX.
Effect: An SQL exception or warning is thrown without a diagnostic message.
Recovery: Unknown.
nl
29262 HY090 Invalid or null sql string
Cause: A stored-procedure or prepared-statement call contains an invalid SQL string.
Effect: The stored procedure or prepared statement is not executed.
Recovery: Make sure that the stored procedure or prepared statement contains a valid SQL
command.
nl
29263 HY000 Invalid or null statement label or name
Cause: A calling database stored a procedure or a prepared statement that has an invalid
statement-label input parameter.
Effect: The stored procedure or prepared statement is not executed.
Recovery: Make sure that the statement-label parameter is valid.
nl
29264 HY000 Invalid or null module name
Cause: A calling database stored a procedure or a prepared statement that has an invalid
module-name input parameter.
Effect: The stored procedure or prepared statement is not executed.
Recovery: Make sure that the module-name parameter is valid.
nl
29265 HY000 Unsupported character set encoding
Cause: The character-set type for a CHAR, VARCHAR, VARCHAR_LONG, or
VARCHAR_WITH_LENGTH column is not supported by the JDBC/MX driver setter or getter methods.
Effect: An SQL exception is thrown.
Recovery: Change the column character-set type to a type supported by the JDBC/MX driver.
nl
29266 HY000 Data type not supported : [ data type]
Cause: An unsupported data type was retrieved from SQL.
Effect: An exception is thrown.
94 Messages