JDBC Driver for SQL/MX Programmer's Reference
Home | Contents | Prev | Next | Index
Messages
JDBC/MX returns sqlcode and file-system error codes as error codes for the
getErrorCode() method of SQLException.
Messages from the
Java Portion
of the JDBC Driver
(range 29000 through 29249)
Messages from the
Native-interface Portion
of the JDBC Driver
(range 29250 through 29499)
29001-29009 29040-29049
29010-29019 29050-29059
29020-29029 29060-29069
29030-29039 29070-29076
29251-29259
29260-29265
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. ]
For information about error codes outside these ranges, see the SQL/MX Messages Manual.
Messages From the Java Side of the
JDBC/MX Driver
29001 HYC00 Unsupported feature - {0}
Cause: The feature listed is not supported by the JDBC driver.
Effect: An unsupported exception is throw, and null resultSet is returned.
Recovery: Remove the feature functionality from the program.