Subject RE: [Firebird-Architect] Database triggers
Author Leyne, Sean
Martijn and Adriano,

> > Comments?
>
> Sure. Why not create a table RDB$DATABASE_TRIGGERS instead of getting
> "incompatible values" in RDB$TRIGGER_TYPE.

Why not link the triggers to the RDB$Database table?

It would seem very appropriate since we are talking about database level
actions.

So, the syntax would be:
CREATE TRIGGER <name> <type> ON RDB$Database AS ...


Adriano,

This would be a very good thing!


Sean