Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have an winform application which perfroms few operations on database. And one another WPF application which also uses the same database. What I want is to send notifications to my wpf application while the winform application is performing the database operation. How is it possible? Any help or reference would be great.

thanks!
Posted

1 solution

See clr triggers in .net. refer msdn site for clr triggers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900