Difference between revisions of "SET DBCEVENTS"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Enable files to be automatically added to a database catalog ==Syntax== SET DBCEVENTS ON | OFF | (<expL>) ==See Also== ADATABASES(), ADD TABLE, ALTER I...")
 
 
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Enable files to be automatically added to a database catalog
+
Enable or disable the triggering of [[Database Events]]
  
 
==Syntax==
 
==Syntax==

Latest revision as of 12:31, 20 October 2016

Purpose

Enable or disable the triggering of Database Events

Syntax

SET DBCEVENTS ON | OFF | (<expL>)

See Also

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

Description

The SET DBCEVENTS command enables or disables the triggering of Database Events. SET DBCEVENTS is ON by default, meaning events are triggered and database event code is called if the relevant programs exist. If SET DBCEVENTS is OFF, database event code is ignored.

Example

set dbcevents off