Answer Posted / munikumar reddy
DataAdapter provides the communication between the Dataset
and the Datasource. We can use the DataAdapter in
combination with the DataSet Object. DataAdapter provides
this combination by mapping Fill method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which architecture does Datasets follow?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is ado connection?
What is openrowset?
What is Data view?
Can we load multiple tables in a dataset?
Explain the architecture of ado.net?
What is ado.net objects?
What is connection string?
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?
Is ado.net dead?
How do you implement locking concept for dataset?
What is the difference between dataset and datatable?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
Explain ado.net features? Benefits? Drawbacks?