Answer Posted / tahir
The DataReader object is the ADO.NET counterpart of the read-only, forward-only default ADO cursor. The DataSet is a container that can be programmatically filled with static snapshot of data. In this sense, it can be seen as a repository of disconnected recordsets. There's no Recordset component in the ADO.NET object model, but the DataTable object is the .NET double of a disconnected recordset.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Define the executescalar method?
What are the advantage of ado.net?
What is difference between datareader and dataadapter?
What does sqldatareader return?
Difference between sqlcommand and sqlcommandbuilder?
What are typed and untyped dataset?
What is the difference between statement and preparedstatement interface?
What is ado.net in mvc?
What are the major difference between classic ADO and ADO.NET?
Explain the difference between sqlcommand object and command behavior object?
Explain executenonquery?
How can we save all data from dataset?
How to read data with the sqldatareader ?
What is ado.net architecture?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?