Answer Posted / anujchaudhary
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the major challenges in accessing data from a database?
How to aggregating data across related tables?
Which is better ole db or odbc?
What is the difference between SqlCommand and SqlCommandBuilder?
What is the difference between sqldatareader and sqldataadapter?
Explain the various objects in dataset.
What is ado connection?
What are the Data providers in ADO.Net?
What is executequery?
Define executenonquery?
What is the use of data grid?
Explain the difference between an ado.net dataset and an ado recordset?
How to creating a SqlCommand Object?
How to add a javaScript function in a datagrid?
How can we check that some changes have been made to dataset since it was loaded?