Subject | Re: [Firebird-Java] Firebird - Stored Procedure - How to execute Java Program (Java Stored Procedure) after insert of a row |
---|---|
Author | Mark Rotteveel |
Post date | 2017-12-24T18:40:45Z |
On 2017-12-24 12:49, ks_raghu@... [Firebird-Java] wrote:
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
> I would like to run a Java program(plug-in), for a trigger on a table,On stack overflow, I pointed you to
> 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.
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