how do add multi sql dependency to this code?
问题 i have person table in sql server with fields id and Name and csharp statement that work well. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace SQLNotifications { public partial class Form1 : Form { public Form1() { InitializeComponent(); } string connectionstring = @"Server=EEPERSIAN-PC\SQLEXPRESS;Database=Chatter;User ID=sa;pwd=1";