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
What is namespace in ado.net?
What is ado net stands for?
Which method is used by command class to execute SQL statements that return single value?
What are two important objects of ADO.Net?
What are the pre-requisites for connection pooling?
List the 4 common ado.net namespaces?
What is the difference between connected and disconnected environment?
What is a dynaset in access?
What are the major challenges in accessing data from a database?
Explain the difference between ado and ado.net?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
How would you connect to database using .NET?
What is bubbled event?
Define atomicity?
What are ado.net objects?