What is a dataset?

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


Please Help Members By Posting Answers For Below Questions

Does entity framework use ado.net?

505


What two types of data providers does ADO.NET supply? What determines which one you should use?

531


What is the difference between oledb sql server and oledbdotnet provider?

501


What is data relation?

500


What is microsoft ado?

514






What is the significance of CommandBehavior.CloseConnection ?

571


Give few examples of datareader that is used in different dataproviders.

539


What are the different layers of ado.net?

516


What are all components of ADO.Net data provider?

607


Which control of the BindingNavigator returns the current position within the data source?

729


Why edit is not possible in repeater?

522


What we do with the object of ado.net dataset after using it?

522


What is openquery?

529


Which is faster ado.net or linq?

511


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

549