There are two simple example applications used here to show the power of TISQLMontor. IntegratedMonitoring ==================== This is a minor change to the Employee example and adds a second Monitor Form to record a selected set of SQL events in a TMemo journal. The events monitored can be changed by changing the trace options in the TIBDatabase. Windows users should note the need for a trip round the message loop on the monitor form to ensure that all events are correctly displayed. Remote Monitoring ================= This example show how TISQLMonitor can be used to monitor another application. This application comprises one form containg a single TMemo used to record the SQL event journal. Run it at the same time as IntegratedMonitoring and you will see the SQL event journal. Note that what is monitored is controlled from the IntegratedMonitoring application which sets the monitored events in its trace flags and must call "EnableMonitoring" for any monitoring to take place.