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
Explain how can we load multiple tables in to dataset?
How to add an aggregate column?
What does sqldatareader return?
Explain how to find the given query is optimised one or not?
Explain sqlconnection object?
What is the role of the dataset object in ado.net?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Give few examples of datareader that is used in different dataproviders.
What is the difference between data reader and data adapter?
Is datareader faster than datatable?
Command objects uses, purposes and their methods.
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is an ado connection?
What is the namespaces being used to access oracle database?
How can we perform transactions in .net?