DAC for MySQL
TMySQLMonitor.Properties.TraceFlags | 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.
 | Normally trace options are set from the SQL Monitor rather than setting TraceFlags in
application code. |