Subject Event parameters ???
Author benedicte_asselin
Hello,

I saw that there are events in the Firebird engine and that they are
named. Is there any way to use them to send some kind of message
altogether with the event (message would be 16 bytes long, i.e., the
key of some object in the db) ?
what interest me is that i can receive the events asynchronously in
C++ code, and I need the parameter to make the event really useful
to me.

is there any other appropriate manner to do this using FB if not
possible? or should I do some message queuing by myself or using
another lib ?

thx
Armel