Subject | Re: [firebird-support] POST_EVENT |
---|---|
Author | Helen Borrie |
Post date | 2004-07-21T10:53:26Z |
At 09:26 AM 21/07/2004 +0000, you wrote:
applications can be set up to listen for and respond to.
Of course, stored procedures can pass parameters back to calling procedures
and/or to applications. And remember that post_events are stacked up in
the context of the transaction and don't get dispatched until the
transaction commits.
/heLen
>Using POST_EVENT, Can I pass data parameters or is the only way toYou can't pass anything - an event is just a named signal that client
>execute another statement to get the data?
applications can be set up to listen for and respond to.
Of course, stored procedures can pass parameters back to calling procedures
and/or to applications. And remember that post_events are stacked up in
the context of the transaction and don't get dispatched until the
transaction commits.
/heLen