PreviousNextIndex

DISABLE-LOAD-TRIGGERS( ) method

Allows you to create or update a buffer object’s table without executing update triggers such as CREATE, WRITE, DELETE or ASSIGN.

Return type: LOGICAL

Applies to: Buffer object handle

Syntax
DISABLE-LOAD-TRIGGERS ( allow-replication ) 

allow-replication

To run this method, you must have CAN-LOAD privileges for the table.

Triggers cannot be loaded from a persistent procedure.

The triggers remain disabled until the procedure in which it is disabled returns.

Note: The Disable Delete Trigger (-disabledeltrig) startup parameter disables the DELETE trigger when ALLOW-REPLICATION is on for the DISABLE TRIGGERS statement or the DISABLE-LOAD-TRIGGER() buffer method. For more information about this parameter, see OpenEdge Deployment: Startup Command and Parameter Reference.

See also: DISABLE TRIGGERS statement


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex