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
How do I delete a row from a DataTable?
What is ado.net in mvc?
What is sqldatareader?
What are the 3 major types of connection objects in ado.net?
Describe the disconnected architecture of ADO.NET’s data access model.
What are the data providers in ADO.NET framework?
Explain how to pass multiple tables in datasets simultaneously?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What are the key events of sqlconnection class?
Which parameter of ConnectionString is used to specify the name of the database?
What is ado.net object model?
What is difference between executenonquery and executequery?
What is the role of the dataset object in ado.net?
What is a sqldataadapter?
What is disconnected architecture in ado.net?