Answer Posted / dilip singh
A Dataset is a in memory representation of a collection of
Database objects including tables of a relational database
scheme. The dataset contains a collection of Tables,
Relations, constraints etc.,
It can be used for manipulating the data remotely and
finally updating the database with the modified data. This
way it enables disconnected means of working with data. This
improves performance
in terms of reducing the number of times a database is
accessed for data manipulations.
The dataset contains all the objects as a Collection of
objects. For example it contains the Database Tables as
DataTable objects. The data from the database is filled into
the dataset by using the DataAdapter.
All the related classes like DataSet, DataAdapter,
DataTable, DataRow etc are available inside the System.Data
namespace. This namespace can be used as follows:
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Differentiate between early binding and late binding.
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is semantic gap?
What are sessions in asp net?
What is application state?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What are the main advantages of using asp.net?
Why do we need a web application session?
Explain how is a property designated as read-only?
What role “#&&” plays in a querysting?
Define the types of configuration files.
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What are the asp.net server side objects?
Why will you usually create an aspnet user account in the database for an asp.net web application?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?