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
Explain the difference between sqlcommand object and command behavior object?
What is the use of SqlCommand object?
Describe the disconnected architecture of ADO.NET’s data access model.
What is the difference between DataReader and DataSet in ADO.NET?
What is acid in ado.net?
What are the key features of ado.net?
Explain the architecture of ado.net?
Which control of the BindingNavigator returns the current position within the data source?
What is a non query?
What are the advantage of ado.net?
How to retrieve the user id which is provided while windows authentication?
What is difference between ado.net and asp net?
Explain the different row versions available in table?
Describe the command object and its method.
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?