Answer Posted / eduardo belmonte
DataAdapter is an object belonging to a DataProvider whose
function is to use Connection and Command objects so as to
retrieve data from a Database into a Dataset.
Also DataAdapter acts the other way, updating, inserting or
deleting info in the database as per the info present in
the dataset and according with the sql commands.
| Is This Answer Correct ? | 11 Yes | 7 No |
Post New Answer View All Answers
What are the objects of ado.net?
What is data reader in ado.net?
Which is faster sqldataadapter and sqldatareader?
What are the ado.net objects?
Which name space is used to get assembly details?
What are different layers of ADO.Net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
Which method in OLEDBAdapter is used to populate dataset with records?
What is datatable in ado.net?
Explian About DataAdapters
What does executereader return?
What is ole db and odbc?
Which is faster datareader or dataadapter?
Can we connect two dataadapters to same data source using single connection at same time?
What are the Data providers in ADO.Net?