Function OdbcTraceMode() Professional
Retrieves or sets the low-level trace mode of the ODBC driver manager.
OdbcTraceMode([<lTraceOn>]) --> lTraceMode
The function returns the current setting of the trace mode.
The ODBC driver manager provides a trace mechanism where every call to itself is recorded, including parameters and return states. This can be very helpful for troubleshooting and for enhancements to the ODBCDBE as well. The output will be written to a file which can be named by OdbcTraceFile().
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.