Subject | JDBC and Firebird events |
---|---|
Author | advis@telusplanet.net |
Post date | 2004-07-13T01:47:48Z |
Hello all,
I have spent numerous hours scouring the interweb for any information on using
JDBC to wait for firebird events, but have come up with nothing!
I've written a stored procedure that uses the POST_EVENT 'myevent'; call, and am
now wondering how I'd get my jdbc based application to see that the event was
triggered.
Using the EXEC SQL EVENT INIT RESPOND_NEW ('myevent') method as described by the
Interbase embedded SQL guide (Chptr 11, 233-238) has brought me no success.
Any pointers, or ideally example source code, would be greatly appreciated
Thanks a lot,
M. G. Riemer
I have spent numerous hours scouring the interweb for any information on using
JDBC to wait for firebird events, but have come up with nothing!
I've written a stored procedure that uses the POST_EVENT 'myevent'; call, and am
now wondering how I'd get my jdbc based application to see that the event was
triggered.
Using the EXEC SQL EVENT INIT RESPOND_NEW ('myevent') method as described by the
Interbase embedded SQL guide (Chptr 11, 233-238) has brought me no success.
Any pointers, or ideally example source code, would be greatly appreciated
Thanks a lot,
M. G. Riemer