Function OdbcDebug() Professional

Returns current state of ODBCDBE related settings

Syntax
OdbcDebug([<aoSession>]) --> aOdbcInfo
Parameters
<aoSession>
If aoSession is an array, it is treated as a list of DacSession() objects, otherwise it is just one DacSession() object. If the parameter is not passed the current work area's session will be used. If the current workarea does not have a session, DacSession():getDefault() is used.
Return

The function returns a 2-dimensional array filled with status information. Each information record consists of 3 array elements: a textual description, the respective numeric info slot identifier and the information itself, which can be of any type.

Description

Troubleshooting an ODBC based application can be difficult since not only Xbase++ is involved. There is the ODBC driver manager, the ODBC driver, and a possible database server as well. OdbcDebug() will help to gather all important information to be able to find the origin of the problem, or to create additional informations for a problem report description (PDR).

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.