I'm trying to setup a trigger on a UV File.

I created the cataloged subroutine,
I'm running as user uvsql

I type in CREATE TRIGGER name AFTER INSERT ON table FOR EACH ROW CALLING 
'*subroutine';

And it says it can't find TABLE table....

I have this account setup in UV_SCHEMA already (for another trigger),
And the TABLE table is a Q pointer to another filename, which does not exist in 
THIS account.

Do I need to setup the other account in UV_SCHEMA, and then create the trigger
   From that account on the file from within the account it resides?


_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to