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
Which property is used to check whether a DataReader is closed or opened?
What is execute reader in ado.net?
What is maximum pool size in ado.net connection string?
Describe ado.net object model in detail.
What are two types of transaction supported by ado.net?
Define atomicity?
Name which operations can you not perform on an ado.net dataset?
Is datareader faster than datatable?
What connected data?
What is a sqldataadapter?
What you mean by filtering of data?
Which method in OLEDBAdapter is used to populate dataset with records?
What is ado rdo dao in visual basic?
What is execute scalar in ado.net?
Describe connection object in ado.net