What is the best way to implement a generic database which monitor a table and trigger an event(ws-event) when the table get updated. Is there any standard way to do this?
1 Answer
I think you are looking for a database table trigger:
http://www.sqlteam.com/article/an-introduction-to-triggers-part-i
2 Comments
poohdedoo
Thank you soo much for your reference.. Do you have a sample where it send messages to a JMS Que (ie mysql event trigger) when an insertion happen
collusionbdbh
Sorry, I have never used JMS myself.