What are the differences between Dataset and DataReader?
Answer Posted / kautilya
Dataset is in memory representation of the Database. where
you can create tables, relations between tables, add
primary key to tables and also manipulate the data
retrieved form the database. It allows us to work in
connection less environment.
Datareader is like forward only readonly cursor, which is
used to retrieve data. data manipulation is not possible
while using datareader. datareader continously keeps the
connection open.
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is redirectpermanent in asp.net?
Explain the function of new view engine in asp.net? : asp.net mvc
Can you explain architecture of your project ?
How do I upload a file from my ASP.NET page?
Explain what are delegates?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
List some of the important session state modes of asp.net.
Which property is used to identify the Page is Post Back in ASP.NET?
Can I combine classic asp and asp.net pages?
14. What are your Future Plans for Swatz Oils GROUP U.K?
What is the use of placeholder control? Can we see it at runtime?
How to find out what version of asp.net I am using on my machine?
How many types of cache are there?
Using code explain Configuration Management
What is the difference between page.registerclientscriptblock and page.registerstartupscript?