Triggering an Event Handler

Any event handler can be manually triggered, as well as executed as a result of a schedule or system event. You may find it useful to manually trigger events during development of event handlers, and also, for certain events, in production environments.

For example, you may have a monthly sales report scheduled, but from time to time you may want to obtain a sales report for a reason other than the end of the month.

See SQL Anywhere Server - Database Administration > Maintaining Your Database > Automating tasks using schedules and events > Event handling tasks > Triggering an event handler.

Note: This reference points to SQL Anywhere documentation.

For more information on triggering, see the TRIGGER EVENT statement in Reference: Statements and Options.