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

Which is the feature of ado.net?

0 Answers  


How do you find the count of records in a dataset?

0 Answers  


Features and disadvantages of dataset?

2 Answers   CarrizalSoft Technologies, Infosys, Microsoft, Sampath Software,


About ADO and its objects ?

1 Answers   DELL,


If a table contains 20000 records . In a page at each time 100 records to be displayed. What are the steps u will take to improve performance? will you use dataset or datareader?

7 Answers  






Explain the dataadapter class in ado.net?

0 Answers  


What is DataReader Object?

0 Answers  


Can we connect two dataadapters to same data source using single connection at same time?

0 Answers  


What are disadvantages of microsoft-provided data provider classes in ado.net?

0 Answers  


How do we invoke queries from the application

2 Answers  


What is the default Timeout for SqlCommand.CommandTimeout property?

0 Answers  


How can you identify whether or not any changes are made to the DataSet object since it was last loaded?

0 Answers  


Categories