Subject Re: [firebird-support] POST_EVENT and it params
Author Martijn Tonies
Helen,



> So you have these alternatives:
>
> POST_EVENT 'AccountAdded' ;
>
> or
>
> POST_EVENT NEW."AccID" ;
> (Note: double quotes used only if you defined "AccID" in the database
> using double quotes)
>
> or
> declare variable StringVar varchar(40);
> ...
> StringVar = 'New account added: ' || cast (new."AccID" as char(10)) ;
> POST_EVENT StringVar;

How do you register for such an event?
(also for the NEW.ACCID event?)


With regards,

Martijn Tonies
Database Workbench - the developer tool for InterBase & Firebird
Upscene Productions
http://www.upscene.com