Dear Dennis, Is your subroutine GLOBAL cataloged ?
Vincent ----- Original Message ----- From: "Dennis Bartlett" <[EMAIL PROTECTED]> To: "'U2 Users Discussion List'" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 2:48 PM Subject: How to Add Triggers on Dicts > I'm attempting to write a mini-revision control system. We > use original > System Builder, which stores file-related screens in the > dict of those > files, plus of course having to record changes to dict > records too. > > I've tried the example posted to the list by Bryan Thorell, > a work of > beauty for adding triggers to data files. > > CREATE TRIGGER AUDIT_XXX AFTER INSERT OR UPDATE OR DELETE ON > XXX FOR > EACH ROW CALLING 'DATA.TRIGGER' ; > > I've tried various ways of modding this statement to add the > trigger to > a dict, but alas no success. > > Any ideas? > > dennis bartlett > > > -- > u2-users mailing list > [EMAIL PROTECTED] > http://www.oliver.com/mailman/listinfo/u2-users -- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
