Features and disadvantages of dataset?

Answers were Sorted based on User's Feedback



Features and disadvantages of dataset?..

Answer / amit garg

Feature of DataSet:
1.DataSet provide disconnected mode.
2.We can Use DataRelation between Table in DataSet.
3.DataSet Contain Hug of Data from database.
4.DataSet can Load a From Other Resource Like XmlFile.
DisAdvantage of DataSet
1.DataSet is slower in compare to RecordSet Because at
First Data Convert in xml before providing the user.
2.we can not use freuqent changes data in dataset because
it works as disconnected mode.

Is This Answer Correct ?    15 Yes 2 No

Features and disadvantages of dataset?..

Answer / 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

More ADO.NET Interview Questions

What are the data providers in ADO.NET framework?

0 Answers  


What is namespace in ado.net?

0 Answers  


feature of ADO.Net

11 Answers   Wipro,


What is difference between datareader and dataadapter?

0 Answers  


What is ado or jdbc?

0 Answers  






what is type dataset?

3 Answers  


What is ado.net and its features?

0 Answers  


How can we check that some changes have been made to dataset since it was loaded?

0 Answers  


What providers do you use to connect to oracle database ?

4 Answers   Digital GlobalSoft,


How to add an aggregate column?

0 Answers  


What is serialization and de-serialization in .net? How can we serialize the dataset object?

0 Answers  


What is the difference between ado.net and oledb?

0 Answers  


Categories