Subject Re: [Firebird-Java] Firebird - Stored Procedure - How to execute Java Program (Java Stored Procedure) after insert of a row
Author Mark Rotteveel
On 2017-12-24 12:49, ks_raghu@... [Firebird-Java] wrote:
> I would like to run a Java program(plug-in), for a trigger on a table,
> say AFTER INSERT. How do I create the database trigger, to achieve
> this and get the java program executed on insert of a row in the
> table.
>
> I see in some documents, that a Java program can be called, on
> database events as above (ON INSERT/UPDATE). But I could find the
> technique for achieving this.

On stack overflow, I pointed you to
https://github.com/FirebirdSQL/fbjava, which includes a link to the
documentation and a number of examples.

Have you read it, and do you have specific questions after reading that?

Kind regards,
Mark Rotteveel