Results 1 to 2 of 2

Thread: Raise c# event when changing data in a table

  1. #1
    Join Date
    Jun 2010
    Posts
    1

    Raise c# event when changing data in a table

    Hi,

    i want to implement a mechanism which raises an event in my c# application when someone or something changes/deletes/adds a row in a specific table.

    I found something about SQLDependency and Change Data Capture but it seems that those two things are not what i want.

    A few time ago i read something about new features in MS SQL 2008 which can handle theese things. But i didn't find anything about that topic again.

    Maybe someone can help me and give me a suggest to resolve my problem.



    best regards
    Ecke


    PS: Sorry for bad english

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Maybe use trigger?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •