search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

datatable to database

Asked by Anonymous
14 years ago.

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 months old and has been closed. Please create a new question if you have anything to add.