Subject Re: trigger on time
Author milandojcinovic
--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@...>
wrote:
>
> > 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
>
This will work, but how to start procedure from isql script?
I'm familiar with linux scripts but not with isql.