Subject | Re: [firebird-support] Post_Event with 2 parameters |
---|---|
Author | Yossi Zaig |
Post date | 2004-02-29T17:29:08Z |
At Sunday, February 29, 2004 5:19 PM Kevin Herrmann Wrote:
How can I do it, The event name is unknown How can the client register this
kind of event ?
Thanks
Yossi.
> Yossi, unsure of the length limitations on POST_EVENT but couldn't youjust
> concatenate the messages with a separator? Seems like the first part willbe
> defined by you and will be a limited set of values. Then add the latterpart.
> So, use an integer or short string, a separator, and then the table+recordID.
>Hi.
> Some examples:
> POST_EVENT 'TableUpdate' || '/' || 'Customers-12345'
> POST_EVENT 'TU' || ':' || 'Customers-12345'
> POST_EVENT '3' || '-' || 'Customers-12345'
>
> Then parse event text in app.
>
> Kevin
How can I do it, The event name is unknown How can the client register this
kind of event ?
Thanks
Yossi.