Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between datareader and dataset?

Answer Posted / sridhar.m

Data reader
1. It is a read only and forward only data.
2. U can access one table at time.
3. It can't persist the data.
4. It is comes under connected architecture.
5. One of the most advantage is it is much faster than data
adapter
6.datareader connection oriented.

Data set:

1. It is defined with multiple tables.
2. It can persist the data.
3. It is a relational data cache hosted in application
domain during execution.
4. It is a disconnected architecture.
5. It can't defined with out data adapter.
6.whereas dataset disconnected.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Read, Add, Update and Delete record in Entity Framework ?

1090


What are the disadvantages of using datalist?

1085


What is the difference between DataReader and DataSet in ADO.NET?

1244


What are good ado.net object to replace to ado recordset object.

1202


What does sqldatareader return?

1008


What is ambient transaction?

1002


What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

1038


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

1016


Explain the difference in an abstract class and an interface?

973


What is the difference between oledb sql server and oledbdotnet provider?

1056


Explain the differences between oledb sql server, oledbdotnet provider?

1053


Describe datareader object of ado.net with example.

983


What is the difference between Command and CommandBuilder object?

1341


How to pass values into a datatable?

1178


What is the namespaces being used to access oracle database?

1139