DataAdapters
The DataAdapter class is a bridge between the data source and the disconnected objects that allow you to manipulate data. DataAdapters retrieve information from the data store and populate disconnected DataSets with that data. Also, DataAdapters store any updates, which are cached back to the data store. The DataAdapter class implements the IDBDataAdapter interface. Like other database classes, each data provider contains its own DataAdapter class. Therefore, the SQL Data Provider uses a SQLDataAdapter, and the Borland Data Provider uses a BDPDataAdapter. Each data provider’s specific DataAdapter descends from the DBDataAdapter class, which descends from the DataAdapter class. This chapter demonstrates the use of the SQLDataAdapter ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access