I have a server application and client application that the database is shared within a network, What I want to happen is that when the client application inserted/updated/deleted data from a specific table I want the server to be alerted and run some code on it.
How can I possibly achieve this? Any ideas will be a big help! thanks :-)