datatable to database
Asked by Anonymous
17 years ago.
17 years ago.
how to revert back event changes from datatable to database
ds = table.DataSet;
adpt1.Update(ds, "Calander");
ds.AcceptChanges();
how to revert back event changes from datatable to database
ds = table.DataSet;
adpt1.Update(ds, "Calander");
ds.AcceptChanges();
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.