Answer Posted / pushpendra
Dataset is just like a mini database.it contains a
datatable and data in its and create a relationship in tht
table.It is the feature which enable the disconnected
architecture operation in the Ado.net.The table that we
want to perform DML operation on the database can made as
dataset and we can perform whatever operation (DML) we want
in the dataset and that can be updated in the database.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the methods of XML dataset object?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What are the uses of Stored Procedure?
What are the data providers in ADO.NET framework?
What is disconnected scenario in entity framework?
Explian About DataAdapters
Which provider is used to connect ms access, oracle, etc…?
What is the use of SqlCommand object?
Explain the two fundamental objects in ado.net?
Which is faster entity framework or ado.net?
how Sequence to connect and retrieve data from database using dataset?
How can you add or remove rows from the datatable object of dataset?
What is ado.net object model?
Which property is used to check whether a DataReader is closed or opened?
What is microsoft ado.net?