JDBC Type 2 Driver 3.0 Programmer's Reference (SQL/MX 3.x)
[back to the top]
29089 HY000 JdbcRowSet connect error - {0} {1}
Cause: The driver encountered an internal error when attempting to establish a connection.
Effect: An exception is reported.
Recovery: None. The error is internal to the JDBC/MX driver.
[back to the top]
Messages From the JNI Side of the JDBC/MX Driver
29251 HY000 Programming Error
Cause: Either SQL has detected an error in one of the SQL parameters for a statement or SQL returned an error for
an operation that was attempted but that is not handled by JDBC.
Effect: An exception is reported.
Recovery: For SQL parameter errors, the exception-message text usually identifies the problem to be corrected. For
unhandled SQL errors, the Error Code of the exception identifies the SQL error that was caught. Refer to the SQL
error-message documentation for details about the error code.
[back to the top]
29252 HY008 Operation Cancelled
Cause: An SQL operation was cancelled by a break
Effect: An exception is reported; the operation is not completed.
Recovery: This message is application-specific. Issue the statement again.
[back to the top]
29253 22003 Numeric value out of range
Cause: A numeric value is not within the range of its target column.
Effect: An exception is reported; the operation is not completed.
Recovery: Adjust the numeric value to a valid range for the SQL column type.
[back to the top]
29254 22001 String data right-truncated
Cause: An attempt was made to place a string in a database but the string exceeds the database limits.
Effect: Some of the data is not placed in the database.
Recovery: Shorten the length of the string.
[back to the top]










