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
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
differance between ADO vs ADO.Net?
What are different layers of ADO.Net?
Which method is used by command class to execute SQL statements that return single value?
What is ado circle?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
How can I retrieve two tables of data at a time by using data reader?
Explain how can we load multiple tables in to dataset?
Explain what is datagrid with an example?
What does ole stand for in excel?
What are advantages of microsoft-provided data provider classes in ado.net?
Which method in OLEDBAdapter is used to populate dataset with records?
Give few examples of datareader that is used in different dataproviders.
What is ado.net in vb net?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?