what is data Adapter?

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


Please Help Members By Posting Answers For Below Questions

What is ole db query?

526


What is ado connection?

507


What is untyped dataset?

541


Explain what are acid properties?

542


What are the different layers of ado.net?

520






How can we perform transactions in .net?

545


What is the hierarchy of data in databases?

502


What are three methods for displaying data in a syncfusion datagrid

613


Which object holds only data and does not interact with data source?

501


What is basic use of data view?

512


What is serialization and de-serialization in .net? How can we serialize the dataset object?

519


What is ole data type?

508


How is it possible to get 2 tables of data at a time by using data reader?

500


Why is stored procedure used in ado.net?

549


Why do we serialize data?

497