Function OdbcWriteDebug() Professional
Write the OdbcDebug() results to a file
OdbcWriteDebug([<aoSession>], [<cFile>]) --> lSuccess
If the file could be cretaed, the function returns .T.
The function calls OdbcDebug() and writes the output to the file <cFile>. If the <cFile> already exists, the function will append the information to the existing file. Otherwise, a new file is created.
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.