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

Driver Errors

An error generated by the ODBC driver has the following format:
[DataDirect] [ODBC OpenAccess driver] message
For example:
[DataDirect] [ODBC OpenAccess driver] Invalid precision specified.
If you receive this type of error, check the last kBC call your application made. Contact your ODBC application vendor, or refer to the ODBC documentation included in the ODBC SDK.
Note: To customize the error messages for your application, refer to the <Emphasis>OpenAccess Distribution Guide.