Difference between Dataset and DataReader ?

Answer Posted / payal

1)Data set is work in diconnected architure.
Datareader is work in connected architure.

2)according to speed datareader is faster than dataset.

3)In case of dataset it contain all
tables,relations,constriants which is not in datareader so
that speed of datareader is fast.

4)Data set can persist records where datareader is not.

5)we can save ,update data in dataset and save using
acceptchanges method where datareader cannot.

6)datareader is forward only.where dataset is not.

Is This Answer Correct ?    18 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Fetch one page value to another page without using state-managment ?

539


Explain the difference between inline and code behind - which is best in?

518


What are the various ways to send content from one page to another?

530


What is session start?

528


What is cached data phone?

538






What is difference between view state and session state?

489


What is state management technique?

553


What is the difference between a candidate key and primary key?

527


What is ispostback property?

511


Explain how asp.net page works?

552


What are the differences between clr & cts?

545


What is application variable?

527


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1505


What are validator? How do you disable them?

614


How can we call webservices in Banking Applications? and where we are using it?

1546