skip to main content
Developing JDBC Applications : Error Handling : Driver Errors
 

Driver Errors

An error generated by the JDBC Client has the following format:
[DataDirect] [OpenAccess JDBC Driver] message
For example:
[DataDirect] [OpenAccess JDBC Driver] Timeout expired.
Use the native error code to look up details about the possible cause of the error.For a list of all error codes and messages, refer to the OpenAccess SDK Troubleshooting Guide and Reference. Sometimes, you may need to check the last JDBC call your application made and refer to the JDBC specification for recommended action.