
A DataAdapter not only lets you fill a DataSet or DataTable from the given data source, it also provides you with a convenient mechanism to persist, or save the changes back, into the database. This is usually achieved by specifying various command objects as properties on the DataAdapter object. But before you look at updating the data source using a data adapter, first let’s discuss fetching data using a data adapter.
|