What is the Difference between Dataset and Datareader?
Answer Posted / anitha
Dataset is cache of records retrieve from data source.
Datareader is used to retrieve data from datasource.
1.Using Datareader we can read the data readnly,forwordonly
basis.
2.Only one record in a memmory at a tme
3.Faster
4.Doesnot hold any data
5.Data can not be transfer to datasource
Wher as in Dataset
1. we can read and write and allow us to navigate through
the records forword and backwords.
2.Pulls the records from the datasource and saves in IIS
memmory.
3.Slower
4.Holds datatables and has the information about
relationship between those tbes.
5.Data can be transfer to datasource
| Is This Answer Correct ? | 34 Yes | 5 No |
Post New Answer View All Answers
What are the advantages of VB.NET?
What is the difference between .dll extension and .exe extension files?
Explain about visual basic?
What are the technology areas that microsoft.net contains?
What is internal keyword in .net framework?
Why is the xml infoset specification different from the xml dom?
Define serialization in .net?
Explain manifest?
what is diffrence constructor and destructor in vb
What are all the parts of .net framework?
Explain how does the xmlserializer work?
What do you mean by option strict on?
What is branching logic control in VB.NET?
What is the difference between static or dynamic assemblies?
Name the tool which can convert visual basic old version to .net compatibility version?