Difference between datareader and dataset ?
Answers were Sorted based on User's Feedback
Answer / j_baghla
Datareader is used for readonly-forward only data.We can't
update the database by datareader.We can store more than
one resultset in the datareader so we can't create the
relations between the tables.There is no record pointer to
read the data in the datareader.We can read the datat from
the datareader by using reader method.
Dataset can contain more than one table and we can create
relationships among those tables.we can read the data by
for each loop.Dataset can contain data from different
datasources like oracle,sqlserver,access etc.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / jagadeesh naidu
Datareader is used for readonly-forward only data.We can't
update the database by datareader.We can store more than
one resultset in the datareader so we can't create the
relations between the tables.There is no record pointer to
read the data in the datareader.We can read the datat from
the datareader by using reader method.
Dataset can contain more than one table and we can create
relationships among those tables.we can read the data by
for each loop.Dataset can contain data from different
datasources like oracle,sqlserver,access etc.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anita
datareader is component of connected environment is used to
retreive the value from datasource ,on the otherhand dataset
is the component of disconnected environment.it contain
datatable s .
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / harsh v m
DataReader acts like Readerset of ADO.In ADO.NET we make
use of Datasets & in ADO, Readersets are used.
DataReader is read only,forward only type and Dataset is
disconnected type that can store more than one table.Hence
Datareaders are used for reading some data from database
only,but not for updating the data.Whereas Datasets can be
used for later purpose.
Is This Answer Correct ? | 1 Yes | 3 No |
Finally and dispose methods?
How many types of page.
5 Answers TCS, Verinon Technology Solutions,
Is asp.net mvc still used? : Asp.Net MVC
What is the difference between Hash table and Array list?
How to write test case (Unit test plan)
Can u able to get the xml document in crystal report if yes how its possible
Which template must you provide, in order to display data in a Repeater control?
what is caching,session? when & what is used mostly in which situtations, how they r implemented in real time? tell with example?
Difference between web.config and app.config?
3 Answers ITC Infotech, Jenesys Technologies,
what is webpart? what r the parts in this webpart (zone)
Where do you store the information about the user?s locale?
What are different methods of session maintenance in asp.net?