What is DataAdapter?
2570
27-Jan-2014
MindStick Software Pvt Ltd
01-Oct-2019DataAdapter helps in linking the database and connection object. DataAdapter provides communication between Dataset and data sources.
Data moves ‘in and out’ of the Dataset through DataAdapter.
The properties of DataAdapter that allow the user to control the database are:
Sumit Kesarwani
27-Jan-2014DataSet contains the data from the DataAdapter which is the bridge between the DataSet and Database. DataAdapter provides the way to retrieve and save data between the DataSet and Database. It accomplishes this by means of request to the SQL Commands made against the database.