RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSQLMonitor Class

TIBSQLMonitor monitors dynamic SQL passed to the InterBase server.

Pascal
TIBSQLMonitor = class(TIBCustomSQLMonitor);
C++
class TIBSQLMonitor : public TIBCustomSQLMonitor;

Use TIBSQLMonitor to monitor dynamic SQL taking place in InterBase applications. Enable TraceFlags in each TIBDatabase component in order for the SQL monitor to receive status information from each database connection. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!