Hi. Anyone knows a smart way to notify a program (in this case a Java-program) that a row in SQL has been changed? I am using InnoDB table and a JDBC bridge.
I'm lacking on my JDBC, but the theory should be simple enough.
1. You have a little daemon sitting out there, either part of your main program, or seperate from it that checks say once a minute for the table/field that you want to check, and then sets a bit flag.
2. The main program sees that bit flag, and in turn alerts you.
One way at least.
----------------------------
"Security is like an onion" - Unknown
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.