I have a requirement to monitor the Database selected rows continuously to check for the Changes(updates). If there are some changes or updates from the other sources the Event should be fired on my application (I am using a windows application in .NET). Is there any way to listen the database selected rows continuously for the changes?
if the rows are updated then event will be fired in the event it will be take the changes & write this rows into the another table.I will be used the MYSQL database table.