Difference between datareader and dataset?
Answer Posted / kailash urmliya
Dataset is a Part of Disconnected Architecture .
Dataset can Store Multiple Tables
Dataset can Persist Data and DataReader Can't Persist Data
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is ado.net full form?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What are disadvantages of microsoft-provided data provider classes in ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
What is a control toolbox?
What are the Features of a dataset
What is command class in ado.net?
Which method is used by command class to execute SQL statements that return single value?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is a datagridview?
Explain the difference between data reader and data set?
Define the executescalar method?
Which method is used to sort the data in ADO.Net?
What is the meaning of object pooling?
What is the default timeout specified for "sqlcommand.commandtimeout" property?