I used Detecting Changes with SqlDependency as example for the code that I\'m writing. I\'ve also looked at other links with similar code, but none of them work.
Essent
You are doing everything correctly except one thing. Call the method SomeMethod() once in your Form1 constructor.
SomeMethod()
Form1
All subsequent changes to your table data will trigger the dependency change.