Answer Posted / pushpendra singh
* DataSet is a virtual memory space as in representation of
data taken from datasource.
**We can store whole data of database in the dataset.
***At most of occassions we do all the manipulation of data
in dataset and than reflects all the changes in database.
****DataSet is the main component of disconnected
environment.It is responsible for desconnected environment.
*****We use Fill() method of DataAdapter to fill data in
dataset.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the use of data grid?
What are the drawbacks of using ado.net?
What are the features of ado.net?
How to maintain the relation between two tables in ADO.NET?
How does entity framework work?
How can you add or remove rows from the datatable object of dataset?
What are the objects of ado.net?
What are the advantages using ado.net?
What is ole word?
What is connection in ado.net?
How to connect and retrieve data from database using dataset
What are the classes in System.Data.Common Namespace?
What is defaultview in datatable?
What is difference between sqldatareader and sqldataadapter?
What are the parameters that control most of connection pooling behaviors?