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 is the current version of entity framework?
What is the use of ADO.NET and XML web services?
What is an ADO.Net?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is the DataTableCollection?
What is ado connection?
What are the data providers used in ado.net
What is ado full form?
What are basic methods of dataadapter?
Describe the disconnected architecture of ADO.NET’s data access model.
Explain the different row versions available in table?
What is the difference between Optimistic and Pessimistic locking?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is a string variable?