标签:ogr logs 数据绑定 数据库 ring err dial 提示 get
1 AddForm1 add = new AddForm1(); 2 if (add.ShowDialog() == DialogResult.OK) 3 { 4 this.gridControl1.DataSource = DataSource(); 5 } 6
1 2 int result = OracleHelper.ExecuteNonQuery(CommandType.Text,sqlStr); 3 DialogResult = DialogResult.OK; 4 5 this.Close();
string status = this.gridViewStudent.GetRowCellValue(this.gridViewStudent.FocusedRowHandle, this.gridViewStudent.Columns["STU_ID"]).ToString(); string stuId = ((DataRow)((DataRowView)this.gridViewStudent.GetFocusedRow()).Row).ItemArray[0].ToString(); busSutdent.DelStudentData(Convert.ToInt32(stuId),ref errText); this.gridViewStudent.DeleteSelectedRows(); MessageBox.Show("操作成功!", "系统提示");
标签:ogr logs 数据绑定 数据库 ring err dial 提示 get
原文地址:http://www.cnblogs.com/xusong147/p/7457337.html