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 is the advantage of ado.net?

0 Answers  


How can you add or remove rows from the datatable object of dataset?

0 Answers  


How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?

0 Answers   SwanSoft Technologies,


Describe briefly an ADO.NET Dataset ?

0 Answers   Siebel,


What is sequence of code in retrieving data from database ?

3 Answers   Accenture, BirlaSoft,






What is ole data type?

0 Answers  


Define partial class?

0 Answers  


IF we have lot of records in Database. How we can handle them?

5 Answers   Honeywell,


Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?

0 Answers  


Define isolation?

0 Answers  


What provider ado.net use by default? Explain the role of data provider in ado.net?

0 Answers  


what is the syntax code for oldb to connect oracle?

2 Answers  


Categories