EPUB | CHM | PDF

TMySQLMonitor.Properties.TraceFlags

Top Previous Next

Indicates which database operations are traced.

Syntax:

type
  TMySQLTraceFlag  = (tfQPrepare,
                      tfQExecute,
                      tfQFetch,
                      tfConnect,
                      tfTransact,
                      tfMisc);
  TMySQLTraceFlags = set of TMySQLTraceFlag;
property TraceFlags: TMySQLTraceFlags;

Description:

Use TraceFlags to specify which database operations the SQL Monitor should track in an application at runtime. TraceFlags enables performance tuning and SQL debugging when working with remote SQL database servers.

note Normally trace options are set from the SQL Monitor rather than setting TraceFlags in application code.