To save the changed rows and tables to the physical database, we call the AcceptChanges() method of the DataSet class. SQLDataAdapter da = new SQLDataAdapter(); Dataset ds = new DataSet da.Update(ds, "Employee"); ds.AcceptChanges(); |
4/13/2013
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment