I'm developing Windows forms Application using Microsoft.Net, VB and Sql. Which is managing repository from databases of OLTP.
I want to implement triggering system, such that when data inserted in OLTP's database
it will be notified to me so that I can update my own Application's data in order to get most recent data.
How can I achieve that?