adspace


Why do we use sqldataadapter?

Answer Posted / Kunjan Bharti

We use SQLDataAdapter in ADO.NET to transfer data between a DataSet and a relational database (such as SQL Server). It contains two essential command objects: SelectCommand, UpdateCommand, InsertCommand, and DeleteCommand. DataAdapter can fill a DataSet and update the database based on changes made in the dataset.

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 the current version of entity framework?

1048


Explain how to call the sql commands asynchronously in ado.net version 2.0?

996