Kbase P27118: CREATE TRIGGER results in error 7587 when using an optional
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/06/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
CREATE TRIGGER results in error 7587 when using an optional column list ON DELETE.
Syntax error (7587)
CAUSE:
An optional column list is only possible if UPDATE is the triggering statement.
FIX:
Remove the "OF (column-name)" part.