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
Does entity framework use ado.net?
What are the classes in System.Data.Common Namespace?
What is bubbled event?
Do we use stored procedure in ADO.Net?
What is executenonquery ado.net?
Which method in OLEDBAdapter is used to populate dataset with records?
What is data view and variable view?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What is different between sqlcommand object and command behavior object?
What are the advantages of ado.net?
What are the advantage of ado.net?
What is full form of ado?
How can we add relation between tables in a dataset?
What is sqldatasource?
Define data adapter?