Subject | Java and Triggers... again.... |
---|---|
Author | nagypapi |
Post date | 2003-12-11T23:21:29Z |
Dear Group!
I'm not that big a programmer (that's why I use Java ;-) )
and I need some way for informing my java application using jaybird
with FB of any change in database. I don't like polling because of
unnecessary overhead and it's not exact (suppose an insert and a
delete in a row affects the same data. Polling doesn't notice anything).
Right now I'm using a java app that acts as a server and each java
client that uses the db tells the server before updating, so the
server notifies every connected client.
I know Jaybird doesn't support this, but I was wondering if there was
any other way(that doesn't need months of programming :) ) (like
developing some kind of comm. bridge in c...) by now?
Thanks!
I'm not that big a programmer (that's why I use Java ;-) )
and I need some way for informing my java application using jaybird
with FB of any change in database. I don't like polling because of
unnecessary overhead and it's not exact (suppose an insert and a
delete in a row affects the same data. Polling doesn't notice anything).
Right now I'm using a java app that acts as a server and each java
client that uses the db tells the server before updating, so the
server notifies every connected client.
I know Jaybird doesn't support this, but I was wondering if there was
any other way(that doesn't need months of programming :) ) (like
developing some kind of comm. bridge in c...) by now?
Thanks!