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
What does executereader return?
Explian About DataAdapters
What does ado stand for in ado.net?
What is oledb driver?
What is a datareader object?
What Is Difference Between Ado And Ado.net?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
How is it possible to get 2 tables of data at a time by using data reader?
Which method is used to sort the data in ADO.Net?
What are all features of ADO.Net?
How to read data with the sqldatareader ?
Explain the advantage of ADO.Net?
Give few examples of datareader that is used in different dataproviders.
What is ole data type?
What is the significance of CommandBehavior.CloseConnection ?