Can someone tell me the secret for getting an after update trigger on a
table?

I have two procedures define with no parameters:
beforepro and afterpro
They list ok

I used the syntax acording to RSyntax.com :
ALTER TABLE Student ADD TRIGGER +
UPDATE BEFORE beforepro,  +
UPDATE AFTER afterpro

I get the error message "Procedure does not exist" whenever I include
the keywords BEFORE or AFTER in this syntax.

If I leave those keywords out, the first trigger only is created and I
get no error message

Am using the latest and greatest RBDOS patch.

Dennis McGrath

Reply via email to