Kbase P20733: How to disable a database trigger using the buffer handle
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/06/2003 |
|
Status: Unverified
GOAL:
How to disable a database trigger when I have only the buffer handle
GOAL:
How to disable the CREATE, WRITE, ASSIGN, or DELETE database trigger using the buffer handle
GOAL:
How to disable the FIND database trigger using the buffer handle
FIX:
The buffer object handle's got two methods:
DISABLE-LOAD-TRIGGERS( ) Method
Allows a user to subsequently create or update a buffer object's table without firing update triggers such as CREATE, WRITE, ASSIGN, or DELETE.
DISABLE-DUMP-TRIGGERS( ) Method
Allows a user to access a buffer object's table without firing FIND triggers.