Difference between datareader and dataset ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the used of "ispostback" property?
What is considered a service provider?
Is razor a programming language?
What is a session http?
Define cookie.
How information about the user's locale can be accessed?
Is sql backend or frontend?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
Is asp.net a language?
Define repository pattern in mvc.net? : asp.net mvc
Where sessions are stored in asp.net?
How is my content secured from unauthorized access?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What are the Difference between asp.net and asp ?
Which is better php or asp.net?