.NET 窗体中控件添加操作时,出现错误,恳请高人指点,本人菜鸟一个,谢谢
this.sqlInsertCommand1.Parameters["@yzbm"].Value=textBox5.Text;
this.sqlInsertCommand1.Parameters["@tel"].Value=textBox6.Text;
this.sqlInsertCommand1.Connection.Open();
this.sqlInsertCommand1.ExecuteNonQuery();
this.sqlInsertCommand1.Connection.Close();
this.sqlConnection1.Open();
this.sqlDataAdapter1.Fill(this.dataSet11);
this.sqlConnection1.Close();
this.dataGrid1.Update();
this.dataGrid1.Refresh();
this.textBox1.Text="";this.textBox2.Text="";
this.textBox3.Text="";this.textBox4.Text="";
this.textBox5.Text="";this.textBox6.Text="";
}
提示错误:
未处理的“System.Data.SqlClient.SqlException”类型的异常出现在 system.data.dll 中。
其他信息: 系统错误。