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...


what are the differences between dataset and datareader?

Answers were Sorted based on User's Feedback



what are the differences between dataset and datareader?..

Answer / hardik

dataset is a disconnected architecture while a datareader
is a connected architecture object.

data reader is a faster than a dataset

Is This Answer Correct ?    3 Yes 0 No

what are the differences between dataset and datareader?..

Answer / anu

DataSet : you can move forward\backward of the data.It can
be Edited.It acts as a database after the connection is
closed.

Reader : It Just moves forward only.And cannot edit it is
only for Read Only purpose.For this connection object will
be there till u read all the values.

Is This Answer Correct ?    2 Yes 0 No

what are the differences between dataset and datareader?..

Answer / ramireddy eevuri

--> Dataset is disconnected architecture while
DataReader is connected architecture.
-->datareader is read only i.e, forward only while dataset
maintain persistanse data.

Is This Answer Correct ?    1 Yes 0 No

what are the differences between dataset and datareader?..

Answer / vamseedhar

dataset support manpulation,datareader doesnot support
manpulation
datareader is abstract class
dataset is collection of table
datareader is readonly forwardonly record type

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What are the 3 major types of connection objects in ado.net?

0 Answers  


describe the dataset object in ado.net.

0 Answers  


Do we use stored procedure in ADO.Net?

0 Answers  


Which is better ole db or odbc?

0 Answers  


Which is the best institute in hyderabad to learn DotNet?

11 Answers   Cognizant,


Which architecture does Datasets follow?

0 Answers  


What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?

0 Answers  


What is reference by value how does it works in .net?

2 Answers   SQL Star,


What is difference in record set and dataset?

0 Answers  


Explain why canot we use multiple inheritance and garbage collector paralelly in .net?

0 Answers  


What is meant by executenonquery?

0 Answers  


Define table relations?

0 Answers  


Categories