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
What is microsoft ado?
What is a serialized object?
How do you merge 2 datasets into the third dataset in a simple manner?
What are the usages of the command object in ado.net?
Which provider is used to connect ms access, oracle, etc…?
What is microsoft ado.net?
What is the use of Dataview?
Does dapper use ado.net?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Is ado.net dead?
What is the use of SqlCommand object?
Where is adodb dll located?
What is oledb connection?
Which name space is used to get assembly details?
What are three methods for displaying data in a syncfusion datagrid