Subject event programming
Author tailuo2002
Hi,

I'm using Firebird 1.5.2 under linux, and using C api to detect if any
new record inserted to a table.

I have two questions:

1. When working on synchronous mode, to keep detecting new coming
event , if it is necessary to use isc_wait_for_event more than one
times ?

2. Does Firebird guarantees each event will be captured in application
without being eated ?

Thank you.