یه چیزایی پیدا کردم ولی مشکلاتی داره
private void btnPrintFactor_Click(object sender, EventArgs e)
{
SqlConnection con1 = new SqlConnection(@"Integrated Security=SSPI;Persist Security Info=False;User ID=sa;Initial Catalog=Store;Data Source=.");
SqlCommand com1 =...