monitor table in data base
- by hatem gamil
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