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 are the major challenges in accessing data from a database?
What is aggregating data ?
How do you merge 2 datasets into the third dataset in a simple manner?
What is ado.net full form?
What are the data access namespaces in .NET?
What are three methods for displaying data in a syncfusion datagrid
Some important instruction regarding ADO.NET connection string ?
What is the meaning of executenonquery?
What is ado rdo dao in visual basic?
How to identify the updated rows in a dataset?
Explain executenonquery?
What is the role of clr?
What is disconnected architecture in ado.net?
Compare Data Reader & Dataset in ado.net?
What is ado.net tutorial?