{
DataRow row=dataTable.Rows[currRec];
dataTable.Rows.Remove(row);
OleDbCommandBuilder cbd=new OleDbCommandBuilder(dataAdapter);
x=dataAdapter.update(ds,"Studentinfo");
MessageBox.Show("rows effected:",x);
ds.AcceptChanges();
}
Subscribe to:
Post Comments (Atom)
0 Post Your Comment Here:
Post a Comment