I need to run a Winforms program that runs in the taskbar tray whenever a row is added to the SQL Server database from a web application. Is there any way to do this?
At the moment, the program constantly checks the database for a new record and falls asleep in the main stream if nothing is inserted, but I also need to be able to run the program when the user inserted a line from the web application.
added : web application, database and winforms work on the same server.
thank
source
share