Diff B/W DataSet vs DataTable

Answer Posted / ruchi

A dataset can hold the data of multiple tables, whereas
data table can have only one table's data.

Is This Answer Correct ?    42 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between sqlcommand object and command behavior object?

747


What is the use of SqlCommand object?

873


Describe the disconnected architecture of ADO.NET’s data access model.

754


What is the difference between DataReader and DataSet in ADO.NET?

801


What is acid in ado.net?

714


What are the key features of ado.net?

861


Explain the architecture of ado.net?

801


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

921


What is a non query?

696


What are the advantage of ado.net?

724


How to retrieve the user id which is provided while windows authentication?

810


What is difference between ado.net and asp net?

742


Explain the different row versions available in table?

749


Describe the command object and its method.

731


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?

762