Subject | Re: [firebird-support] Re: Asynchronous Signaling |
---|---|
Author | Helen Borrie |
Post date | 2005-02-04T23:59:41Z |
>--- In firebird-support@yahoogroups.com, "Adam" <s3057043@y...>At 07:45 PM 4/02/2005 +0000, David Hay wrote:
>wrote:
> >
> > There is already a similar function in Delphi in IBX (IBEvents)
>that
> > listens for events, which means it is probably already part of the
> > 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
>know
> > whether an event is fired immediately, or after you commit, so you
> > will need to look that up.
>Which API do you mean???!He means the Firebird API. The original question was about accessing the
event mechanism from Java. The Jaybird driver is the interface between the
Firebird API and Java applications - so you could expect that there are
already Jaybird classes that encapsulate the event mechanism, just as the
various database access classes for Delphi do.
./heLen