Subject Re: [firebird-support] Timed operations
Author Ann W. Harrison
Grant,
>
> Is it possible to set up a timer in FB so that each time it fires a
> stored procedure is run ?
>

There's an architectural problem. A procedure can not start or end a
connection, nor can it start or end a transaction. You need a client to
do those things, and adding a timer to a client seems easy enough.


Regards,


Ann