monitor table in data base
Posted
by hatem gamil
on Stack Overflow
See other posts from Stack Overflow
or by hatem gamil
Published on 2010-04-14T13:37:45Z
Indexed on
2010/04/14
13:53 UTC
Read the original article
Hit count: 390
ASP.NET
hi all
i want to make a web site to act as a monitor to a certain table in data base or act as a listenter on that table
eg lets say i have table employees
i want to make a web page that listen to changes occurs on that table (all DML operations)
whenever a record is inserted i want this page alert me that a "1 row is inserted in table employee",or updated i want to get an alert " row number xx is updated" and so on
so what is the best practise to do so
thnx
© Stack Overflow or respective owner