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 is ambient transaction?
What are the major challenges in accessing data from a database?
How do you implement locking concept for dataset?
Which method is used by command class to execute SQL statements that return single value?
Is it possible to load multiple tables in a Dataset?
Which is faster ado.net or linq?
What is the role of clr?
What is ole access?
What are the data access namespaces in .NET?
What are the 3 major types of connection objects in ado.net?
What is data reader in ado.net?
How to read data with the sqldatareader ?
If we are not returning any records from the database, which method is to be used?
What are dataproviders?
What is bubbled event?