Features and disadvantages of dataset?
Answer Posted / parveen atreya
DataSet is based on disconnected model. We can
Update/Delete/Edit data into dataset. As compared to
datareader data set is slow.In dataset data/information is
stored in the form of XML.dataset has many objects which
make this easy for user. read/write data operation is very
fast.
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is disconnected scenario in entity framework?
Explain the overview of ado.net architecture?
What is the usage of the dataset object in ado.net?
Is it possible to load multiple tables in a Dataset?
What is data view and variable view?
What are the advantages of oledb compared with other classes?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is typed dataset ?
What is DataReader Object?
Explain the different row versions available in table?
What is ado data control?
What is ado and rdo?
Which property is used to check whether a DataReader is closed or opened?
How can we load multiple tables in to dataset?
Explain the difference in an abstract class and an interface?