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 .net remoting?
What is state management react?
How can we register exception filter from the action?
List the advantages and disadvantages of user control an custom control?
Explain what does mvc represent in asp.net? : asp.net mvc
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are the different method of navigation in asp.net?
Write the different features of a Thread and a Process?
What is data grid view in asp.net?
Web API supports which protocol?
How do you change the session time-out value?
Explain server-side scripting?
What are the modes of updation in an updatepanel?
Explain how can we inherit a static variable?