skip to main content
Developing ADO.NET Applications : Error Handling : Data Source Errors
 

Data Source Errors

The IP for the OpenAccess SDK SQL engine adds errors generated by the data source. These errors have the following format:
DDTek.OpenAccess.OpenAccessException:[...] message
For example:
DDTek.OpenAccess.OpenAccessException:[Interface Provider] ORA-00942:table or view does not exist.
Use the native error code to look up details about the possible cause of the error. For these details, refer to your database documentation.