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 DataTableCollection?
Explain how can we load multiple tables in to dataset?
What is full form of ado?
What is executenonquery ado.net?
Can you explain how to enable and disable connection pooling?
What is typed dataset ?
What is the provider being used to access oracle database?
How to retrieve the user id which is provided while windows authentication?
What is the return type of executescalar?
What is the role of data provider in ado.net?
What are the benefits of using ado.net?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What is ole data type?
What is the difference between linq and ado.net?
What is oledb driver?