JDBC Type 4 Driver Programmer's Reference
JDBC/MX Docs Home Page | Contents | Prev | Next | Index
Type 4 Driver Error Messages
Messages
29000 through 29249
Messages
29100 through 29170
01000 through 08000
08001 through 08010
S1000
29001-29009 29030-29039
29010-29019 29040-29049
29020-29027 29050-29059
29060-29068
29100-29109 01000-07999
29110-29119 08001-08010
29120-29129 S1000
29130-29139
29140- 29149
29150-29159
29160-29170
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. ]
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.
[back to the top]
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.