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 to generate a single aggregate?
Which parameter of ConnectionString is used to specify the name of the database?
What is a dynaset in access?
Does entity framework use ado.net?
What is difference between executenonquery and executequery?
What are the ado.net objects?
What is ado or jdbc?
What is linq and entity framework?
Which property is used to check whether a DataReader is closed or opened?
What is bubbled event?
What is sql connection in ado.net?
What is execute reader in ado.net?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
How to pass values into a datatable?
What does executenonquery () method return?