Content Transfer between MySql and SqlServer when MySql Row Inserted

Hello Programmers,

1. I have a webpage where customer will fill the form and save the data and submit it. (MySql)
2. I have a windows application which need to access the MySql data, if customer submitted the form, it should import to local database (SqlServer)

I have achieved this process. I have written a code for windows application to check if rows available for every 5 mins.

Is there any way to implement a automated process, like the tool should download data only if customer submit the form, I dont want the tool to check every 5 mins.

Guide me guys.! If any queries, please let me know in the comments.!