Answer Posted / manikandan
Dataset is the minature of database in the .net.
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 ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the advantage of ADO.Net?
What are the essential features of ado.net?
What are three methods for displaying data in a syncfusion datagrid
What is serialization and de-serialization in .net?
What is executenonquery ado.net?
Why is ADO.NET serialization slower than ADO ?
What are basic methods of dataadapter?
What is DataRowCollection?
What is ado oledb and odbc?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How do you update database through dataset?
Which method in OLEDBAdapter is used to populate dataset with records?
What is the use of sqldatareader class?
What Is Difference Between Ado And Ado.net?
What are the major difference between classic ADO and ADO.NET?