William
To do both at the same time
ALTER TABLE CURRENTSITE ADD TRIGGER UPDATE test2 UPDATE AFTER test2
I use different names for the before and after but I'm not sure if they have to be
Buddy
-----Original Message-----
From: William Mason [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 20, 2003 2:51 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Error Checking
Follow up - latest version of RBWin 1.864 x RT03
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of William
Mason
Sent: Thursday, February 20, 2003 11:47 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Error Checking
Maybe I'm missing something here, but....
Why does this command complete -
ALTER TABLE CURRENTSITE ADD TRIGGER UPDATE AFTER TEST2
While this one returns "Procedure does not exist"?
ALTER TABLE CURRENTSITE ADD TRIGGER UPDATE BEFORE TEST2
It seems that anytime I use the BEFORE clause it fails to run. How does one
do both in one command?
TIA
William Mason