Function OdbcDebug() Professional
Returns current state of ODBCDBE related settings
OdbcDebug([<aoSession>]) --> aOdbcInfo
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.
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).
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.