1. Introduction : OpenAPI Concepts and Processes : Database Events
 
Share this page                  
Database Events
A database event is a notification to an application that a specific condition has occurred.
An application processes database events with the following SQL statements:
register dbevent
Registers to receive event notifications. After register dbevent is executed, the application retrieves events with IIapi_catchEvent().
remove dbevent
Removes an event for which an application has previously registered.