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 / chaitanya k

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

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.

Is This Answer Correct ?    121 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is disconnected data?

1085


What are all the commands used with Data Adapter?

1088


What is ado circle?

1181


Explain ado.net features? Benefits? Drawbacks?

1106


How do I delete a row from a DataTable?

1225


Explain the difference between data reader and data set?

964


What do you know about ADO.NET's objects and methods?

1030


Explain the dataadapter class in ado.net?

1262


Define data access layer?

1007


What are all the classes that are available in System.Data Namespace?

1062


What are the uses of Stored Procedure?

1107


Which is the best method to get two values from the database?

1009


What is Data view?

1141


What is sqldatareader?

973


How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

1082