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
If we are not returning any records from the database, which method is to be used?
What are the different row versions available in table?
What is data reader in ado.net?
What is namespace in ado.net?
What is ado.net full form?
What do you know about ADO.NET's objects and methods?
What is the difference between ADO and ADO.Net?
What is dataadapter in ado.net?
What is executequery?
What do you know about ado.net's objects?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is ado connection?
Explain the dataadapter class in ado.net?
Which database is the ado.net?
What is bubbled event can you please explain?