EPUB | CHM | PDF

TPSQLMonitor.Properties.TraceFlags

Top Previous Next

Indicates which database operations are traced.

Syntax:

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

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.