Subject | Re: Asynchronous Signaling |
---|---|
Author | hay77772000 |
Post date | 2005-02-04T19:45:20Z |
Which API do you mean???!
thanks,
David
--- In firebird-support@yahoogroups.com, "Adam" <s3057043@y...>
wrote:
thanks,
David
--- In firebird-support@yahoogroups.com, "Adam" <s3057043@y...>
wrote:
>that
> There is already a similar function in Delphi in IBX (IBEvents)
> listens for events, which means it is probably already part of theknow
> API, so don't reinvent the wheel.
>
> My first warning would be that your callback function will not see
> your data until after you commit the first transaction. I don't
> whether an event is fired immediately, or after you commit, so youthat
> will need to look that up.
>
>
>
>
> --- In firebird-support@yahoogroups.com, "jhliang90us"
> <jhliang90us@y...> wrote:
> >
> >
> > I am trying to use FireBird asynchronous signaling/asynchronous
> > listening service. I will write a trigger or stored procedure
> > posts an event whenever any application inserts data in a table.start
> > Then I will write a Java client application listening for this
> event
> > and execute some AST callback function. I do not know how to
> > yet. If you have any kind of samples or instructions, please
> > respond. Appreciate your help very much.