string ConStr = "Data Source=localhost;Initial Catalog=dabirkhane;Integrated Security=True";
SqlConnection sc = new SqlConnection(ConStr);
SqlDataAdapter DA = new SqlDataAdapter("Insert into letter(body) values (txtsubject.Text)", sc);
DataSet ds = new DataSet();
عزیز این کل دستوریه که من نوشتم ولی بازم نمیاد