what is data Adapter?

Answer Posted / sharat

DataAdapter is a part of the ADO.NET Data Provider.
DataAdapter provides the communication between the Dataset
and the Datasource. We can use the DataAdapter in
combination with the DataSet Object. That is these two
objects combine to enable both data access and data
manipulation capabilities.
dataadapter

The DataAdapter can perform Select , Insert , Update and
Delete SQL operations in the Data Source. The Insert ,
Update and Delete SQL operations , we are using the
continuation of the Select command perform by the
DataAdapter. That is the DataAdapter uses the Select
statements to fill a DataSet and use the other three SQL
commands (Insert, Update, delete) to transmit changes back
to the Database. From the following links describe how to
use SqlDataAdapter and OleDbDataAdapter in detail.

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I retrieve two tables of data at a time by using data reader?

513


What is the difference between connected and disconnected environment?

493


Why do we need ado.net?

544


What is data relation in ado.net?

517


What are the drawbacks of using ado.net?

545






What are the different methods by which we can populate a dataset?

691


What is microsoft ado.net?

578


Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?

619


What is data relation?

500


What is execute reader in ado.net?

495


Which is better ole db or odbc?

496


how Sequence to connect and retrieve data from database using dataset?

754


How can we load multiple tables in to dataset?

571


What is the namespaces being used to access oracle database?

519


What is the provider being used to access oracle database?

503