Diff. b/w DataReader and DataSet?
Answer Posted / anup kumar
DataReader works in connected mode means no data Manipulation
Possible. where DataSet Works in Connected and Disconnected
mode both.there is in-build memory in DataSet. it is
collections of Tables and Every table is collection of rows
and columns.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the current version of entity framework?
What is the difference between the clone() and copy() methods of the dataset class?
Which is better entity framework or ado.net?
Explain the role of data provider in ado.net?
Define bubbled event?
What are two types of transaction supported by ado.net?
Explain all the classes those are used for database connections between sql server and asp.net?
What are the advantages of ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
What is bubbled event can you please explain?
What is bubbled event?
Why do we use sqldataadapter?
Explain how to create dynamic gridview?
How many major types of connection objects in ADO.NET?
What is the use of SqlCommandBuilder?