| **Navigation:**  [[guide to the clarion examples.htm|Guide to Examples]] >====== Driver Trace ====== | [[dll deployment example.htm|{{btn_prev_n.gif|Previous page}}]][[guide to the clarion examples.htm|{{btn_home_n.gif|Return to chapter overview}}]][[edit in place.htm|{{btn_next_n.gif|Next page}}]] | | || All of the SQL Accelerator drivers, VIEW structures, and the ADO Synchronizer session, can create a log file documenting Clarion I/O statements they process, and the corresponding SQL statements and return codes (if appropriate). You can generate system-wide logs and on-demand logs (conditional logging based on your program logic). A new utility/example application to expedite this process has been added--Trace.EXE. You can run this from the Clarion Start Menu option. A compiled version is installed in the .\BIN directory and the source application is installed in the //\(Clarion Root)\EXAMPLES\DRIVERTRACE// folder. This utility allows you to easily set tracing options for each file driver and for the VIEW engine. See [[debugging your sql application.htm|Debugging Your SQL Application]] for additional information.