Diff. b/w DataReader and DataSet?
Answer Posted / tejas mer
DataReader is connected architecture and it's read-only, forward only type, so when you just want to display the data better to use it, it consumes less memory with compare to dataset as well.
DataSet is we can say in-memory representation of the data.
It's disconnected architecture.
Contains DataTables, which are further divided into Datarows and Datacolumns.
Also contains DataRelationships and Contraints...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you update a dataset in ado.net?
Define ado.net?
How can I retrieve two tables of data at a time by using data reader?
What are good ado.net object to replace to ado recordset object.
Define isolation?
What is a control toolbox?
What is executequery?
Explain how to create dynamic gridview?
What is ole2 format?
What are the usages of the command object in ado.net?
Explain how to find the given query is optimised one or not?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What do you know about ADO.NET's objects and methods?
How to Read, Add, Update and Delete record in Entity Framework ?
Explain sqlconnection object?