Subject Responding to Firebird events
Author S. Radojcin
Hi,
- I would like to respond on Firebird POST_EVENT (signaled from trigger
or stored proc).
For example, in my Java (web) application, I want to be notified when
content of db table changes (in order to perform some action - let say
,reload db data)

- Can someone tell me if this possible, and how ?