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 / ankur

data reader is connection oriented.it can access only one
value from the database.but the advantage is that it is
faster that dataset operation.
dataset is disconnected.using dataset you can access any
number of values. it can't be used without data adapter.
dataset can contain any number of tables and it maintain
the relationship between tables. when you refesh the
dataset then the changes affect the database

Is This Answer Correct ?    16 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is openrowset?

1033


What is the full form of ado.net?

1036


What are advantages of microsoft-provided data provider classes in ado.net?

1035


Explain how can we load multiple tables in to dataset?

978


What is connection in ado.net?

998


What does ado stand for?

949


What is disconnected architecture in ado.net?

1042


Explain how do you connect to sql server database without using sqlclient?

1057


Can we do database operations without using any of the ado.net objects?

1040


What is basic use of data view?

1042


how can implement dropdownlist in particular of dataset when try to update?

2830


Which namespaces are used for data access?

1265


Which is better entity framework or ado.net?

1118


What is ado.net full form?

1036


What DataReader class do in ADO.NET ?

1161