Subject Trigger Exists
Author Adam Stewart
I am writing a script that will update a users database.

I'm trying to drop some triggers but some of them may not exist on
all the tables, is there a simple way to check if a trigger
exists (ie not doing a query on RDB$TRIGGERS).

TIA

Adam.