Difference between Dataset and DataReader ?

Answer Posted / satish

The DataSet consists of a collection of DataTable objects
that you can relate to each other with DataRelation
objects. A DataSet can read and write data and schema as
XML documents..The DataReader object is the ADO.NET
counterpart of the read-only, forward-only default ADO
cursor

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where can I get information on cookies in asp.net?

657


Explain asp.net mvc request life cycle? : asp.net mvc

571


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1527


What do you mean by query string?

606


How information about the user's locale can be accessed?

672






What describes a query?

613


14. What are your Future Plans for Swatz Oils GROUP U.K?

1852


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1811


What is an assembly? Explain its parts.

722


What is http protocol and how it works?

611


What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?

620


What is a web pool?

685


What is scope of an application variable in asp.net?

582


Can you explain autopostback?

628


What is data binding in asp net?

700