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

Reply via email to