Subject RE: [firebird-support] trigger on time
Author Alan McDonald
> I need to execute stored procedure on date or on logon.
> Is it possible to create trigger based on some system table to do
> this, and if it is, what system table?

on date is easy too. Just schedule a CRON/AT job which calls an ISQL script
of the procedure in question.
Alan