Subject Re: [ib-support] Re: assign same trigger to different tables
Author Svein Erling Tysvær
>The problem now is that I have to create plenty of triggers executing
>exactly the same SQL code but differing only by the table they are
>assigned to.

Why not write yourself a little application generating a script creating
triggers for all your tables? Then you can forget all these triggers when
creating tables and just run this application afterwards.

Set