IBX.IBSQLMonitor.TIBSQLMonitor.OnSQL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSQL: TSQLEvent read FOnSQLEvent write FOnSQLEvent;

C++

__property OnSQL;

Properties

Type Visibility Source Unit Parent
event published
IBX.IBSQLMonitor.pas
IBX.IBSQLMonitor.hpp
IBX.IBSQLMonitor TIBSQLMonitor

Description

Reports dynamic SQL activity on InterBase applications.

IBX.IBSQLMonitor.TIBSQLMonitor.OnSQL inherits from IBX.IBSQLMonitor.TIBCustomSQLMonitor.OnSQL. All content below this line refers to IBX.IBSQLMonitor.TIBCustomSQLMonitor.OnSQL.

Reports dynamic SQL activity on InterBase applications.

Write an OnSQL event handler to report dynamic SQL activity on InterBase applications.

Note: You must enable the TraceFlags in each TIBDatabase component in order for the SQL monitor to receive status information from each database connection.