Consultor Eletrônico



Kbase P27435: Unable to delete the record from inside the write trigger
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/26/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Unable to delete the record from inside the write trigger

Attempt to DELETE a <table> record in <procedure> while a trigger is executing. (3169)

CAUSE:

Code intentionally trying to delete record from the write trigger

FIX:

Move delete logic outside either of the write trigger or any procedure/function called by trigger.