Online Documentation for SQL Manager for InterBase/Firebird
Events
The Events section of the Database Registration Info dialog allows you to specify what alerters should be taken into account (which event messages should be displayed in Event Monitor).
Add the strings of event messages (the ones set in event alerters) using the Add and Remove buttons. Check Registered to register the event in Event Monitor.
Example:
You need to get notification when some event takes place. For this purpose you can use the instruction like POST_EVENT 'event_name' inside a procedure or trigger body:
BEGIN
/* Statements... */
POST_EVENT 'NULL_field_met';
/* Statements... */
END
When the statements are executed the notifications will appear in the Events Monitor window.
See also: |