Trigger on database using a web application and a winform application
        Posted  
        
            by Michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael
        
        
        
        Published on 2010-05-25T09:45:08Z
        Indexed on 
            2010/05/25
            13:21 UTC
        
        
        Read the original article
        Hit count: 243
        
Hello all,
Situation: I have a web application which shows errors and where you can accept those error messages. I also have a service, which checks errors from a system and sets the error messages in the database. When I accept an error in the web application, i would like the service to know which error message has been accepted, so that it can do some other actions.
My guess is that this could be done through some sort of trigger, but i can't figure out how.
Can anyone help me with this?
© Stack Overflow or respective owner