Hi.
I would like to implementation an application that will connect to a
MySQL DB and just monitor a table if a new row is being inserted. If a
new row was inserted a sub_method will be triggered. Otherwise, the
application will just be idle. Can this be done with MySQL?
Thanks!
I would like to implementation an application that will connect to a
MySQL DB and just monitor a table if a new row is being inserted. If a
new row was inserted a sub_method will be triggered. Otherwise, the
application will just be idle. Can this be done with MySQL?
Thanks!
Comment