Subject Re: [firebird-support] TRIGGER executes program?
Author Miroslav Penchev
On Wed, 01 Jun 2005 18:41:23 +0200, Andi Voss <andi@...> wrote:

> Hi,
>
> is there a possibility to start a external program in/from a TRIGGER
> after a TRIGGER is executed (or STORED PROCEDURE or something else)? I
> would like to start a program (PHP-CLI (Windows) Script or a
> Shell-Script (Linux)) which starts an update routine to another database
> for the dataset which has changed.
>

You can execute a UDF which is function in external library developed by
you or you can send an event back to client application and there to do
what you want.

Cheers,
--
Miroslav Penchev