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 is the differences between dataset.clone and dataset.copy?
What is an arraylist?
What do you understand by vb.net?
Which is the tool which can convert visual basic old version to .net compatibility version?
Explain how the .net framework performs automatic memory management.
What is the advantage of using system.text.stringbuilder over system.string?
Explain the difference between an xml "fragment" and an xml "document."
Explain about the ruby interface generator?
What is the source code for display the picture in button click event?
What is the feature anonymous type?
how to get dynamic control array position or its index position?
What is early binding?
What are the shadow variables?
Explain an assembly and its use?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.