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
what is the difference between response.write() and response.output.write()?
Why do we use asp.net?
What are the different authentication modes in asp.net?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is the difference between executescalar and executenonquery?
What is ashx file in asp.net?
What's the ASP.Net Application life cycle?
What are the event handlers that we can have in global.asax file?
What is the function of new view engine in asp.net? : asp.net mvc
What are the differences between clr & cts?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What does the orientation property do in a menu control?
How may clustered index we can create in table?
How long do session variables last?
What is a 1x1 pixel?