Difference between revisions of "Database Events"

From Lianjapedia
Jump to: navigation, search
Line 8: Line 8:
 
Database events are triggered by certain database operations.  They can have code associated with them that is run automatically when the event occurs.
 
Database events are triggered by certain database operations.  They can have code associated with them that is run automatically when the event occurs.
  
{| class="wikitable"
+
{| class="wikitable" width=100%
!Event||Description
+
!width=30%|Event||Description
 
|-
 
|-
 
|[[DBC_CLOSEDATA]]||Occurs when a database closes
 
|[[DBC_CLOSEDATA]]||Occurs when a database closes

Revision as of 13:20, 21 January 2013

Purpose

Database events are triggered by certain database operations

See Also

ADATABASES(), ALTER TABLE, ADD TABLE, ALTER INDEX, CLOSE DATABASES, CLOSE TABLES, COMPILE DATABASE, CREATE DATABASE, CREATE TABLE, CREATE INDEX, CREATE VIEW, DATABASE(), DBUSED(), DISPLAY DATABASE, DISPLAY INDEXES, DISPLAY TABLES, DROP DATABASE, DROP INDEX, DROP TABLE, GETENV(), LIST DATABASE, LIST INDEXES, LIST TABLES, OPEN DATABASE, PACK DATABASE, REBUILD DATABASE, REINDEX DATABASE, SET AUTOCATALOG, SET EXCLUSIVE, USE

Description

Database events are triggered by certain database operations. They can have code associated with them that is run automatically when the event occurs.

Event Description
DBC_CLOSEDATA Occurs when a database closes
DBC_OPENDATA Occurs when a database is opened

Programs associated with database events should reside in the relevant database's directory.