How to send broadcast message using c# application

Posted by Udayanga Gamage on Stack Overflow See other posts from Stack Overflow or by Udayanga Gamage
Published on 2010-05-23T15:18:00Z Indexed on 2010/05/23 15:20 UTC
Read the original article Hit count: 301

Filed under:

hi, I have some C# form application.I'm using some central data base which is developed on SQLServer2005.According to my application there are several user levels such as admin,reception,...

problem

There is a requirement that if someone has changed the database(eg: add new record/delete record) that will be noticed admin and higher level of user.

What will be the way that should I follow to achieve this task!

Thank in advance!

© Stack Overflow or respective owner

Related posts about c#