ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/isqlmonitor/readme.txt
Revision: 33
Committed: Sat Jul 18 12:30:52 2015 UTC (8 years, 9 months ago) by tony
Content type: text/plain
File size: 884 byte(s)
Log Message:
Committing updates for Release R1-3-1

File Contents

# Content
1 There are two simple example applications used here to show the power of TISQLMontor.
2
3 IntegratedMonitoring
4 ====================
5
6 This is a minor change to the Employee example and adds a second "Monitor Form"
7 to record a selected set of SQL events in a TMemo journal. The events monitored can
8 be changed by changing the trace options in the TIBDatabase.
9
10
11 Remote Monitoring
12 =================
13
14 This example show how TISQLMonitor can be used to monitor another application.
15 This application comprises one form containing a single TMemo used to record the
16 SQL event journal. Run it at the same time as IntegratedMonitoring and you will
17 see the SQL event journal here as well. Note that what is monitored is controlled
18 from the IntegratedMonitoring application which sets the monitored events
19 in its trace flags and must call "EnableMonitoring" for any monitoring to
20 take place.