Subject Re: [firebird-support] Post_Event with 2 parameters
Author Yossi Zaig
At Sunday, February 29, 2004 5:19 PM Kevin Herrmann Wrote:
> Yossi, unsure of the length limitations on POST_EVENT but couldn't you
just
> concatenate the messages with a separator? Seems like the first part will
be
> defined by you and will be a limited set of values. Then add the latter
part.
> So, use an integer or short string, a separator, and then the table+record
ID.
>
> Some examples:
> POST_EVENT 'TableUpdate' || '/' || 'Customers-12345'
> POST_EVENT 'TU' || ':' || 'Customers-12345'
> POST_EVENT '3' || '-' || 'Customers-12345'
>
> Then parse event text in app.
>
> Kevin

Hi.

How can I do it, The event name is unknown How can the client register this
kind of event ?

Thanks
Yossi.