Consultor Eletrônico



Kbase P5047: How to Programmatically Disable 4GL Schema Triggers
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/03/2003
Status: Unverified

GOAL:

How to Programmatically Disable 4GL Schema Triggers

FIX:

use the DISABLE TRIGGERS statement.

SYNTAX: DISABLE TRIGGERS FOR {DUMP|LOAD} OF table-name

EXAMPLES:

DISABLE TRIGGERS FOR DUMP OF customer.
DISABLE TRIGGERS FOR LOAD OF customer.