JDBC Type 4 Driver 1.1 Programmer's Reference
Chapter 10. Messages
Prev
Next
Chapter 10. Messages
About the Message Format
Type 4 Driver Error Messages
About the Message Format
Messages are listed in numerical SQLCODE order. Descriptions include the following:
SQLCODE SQLSTATE message-text
Cause [ What occurred to trigger the message.]
Effect [ What is the result when this occurs. ]
Recovery [ How to diagnose and fix the problem. ]
Type 4 Driver Error Messages
29001 HYC00 Unsupported feature - {0}
Cause. The feature listed is not supported by the JDBC driver.
Effect. An unsupported exception is thrown, and null resultSet is returned.
Recovery. Remove the feature functionality from the program.
29002 08003 Connection does not exist
Cause. An action was attempted when the connection to the database was closed.
Effect. The database is inaccessible.
Recovery. Retry the action after the connection to the database is established.
29003 HY000 Statement does not exist
Cause. A validation attempt was made on the getter or exec invocation on a closed statement.
Effect. The getter or exec invocation validation fails.
Recovery. Issue validateGetInvocation() or
validateExecDirectInvocation when the statement is open.
29004 HY024 Invalid transaction isolation value