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
Define executenonquery?
What is the meaning of object pooling?
Why do we serialize data?
describe the dataset object in ado.net.
Which namespaces are used for data access?
Explain what are the steps to connect to a database?
How would you connect to database using .NET?
How do you update database through dataset?
What is shadow copy?
What are different layers of ADO.Net?
Explain the difference between sqlcommand object and command behavior object?
What is the full form of ado.net?
What is the hierarchy of data in databases?
How can I retrieve two tables of data at a time by using data reader?
What are the types of databinding?