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
Can you explain how to enable and disable connection pooling?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is an example of ordinal data?
How would you connect to a database by using .NET?
What is commandbuilder in ado.net?
Which method in OLEDBAdapter is used to populate dataset with records?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is dataset object? Explain the various objects in dataset.
Is it possible to load multiple tables in a Dataset?
How can we load multiple tables in to dataset?
Explain the difference in record set and dataset?
What is ole word?
Define isolation?
What is the advantage of ado.net?
Explain ado.net features? Benefits? Drawbacks?