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

How do you connect to sql server database without using sqlclient?

0 Answers  


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

0 Answers  


What is the difference between oledbreader and datasetwhile connecting?

1 Answers  


When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency

4 Answers   Digital Group,


What are the different row versions available in table?

0 Answers  






I want to ask u that if i add radio button in ado.net form,and how radion button data insert in SQL2005 Database...

6 Answers  


Define ado.net?

0 Answers  


what is the syntax code for oldb to connect oracle?

2 Answers  


What is the use of SqlCommand object?

0 Answers  


What is a dynaset in access?

0 Answers  


What Is Difference Between Ado And Ado.net?

0 Answers   BirlaSoft,


How do you update database through dataset?

0 Answers  


Categories