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 data reader in ado.net?
What is ole in excel?
Can datareader hold data from multiple tables?
How do you implement locking concept for dataset?
How can we add/remove row's in "datatable" object of "dataset"?
Explain the different row versions available in table?
Explain what is datagrid with an example?
Why do we serialize data?
What are the different methods by which we can populate a dataset?
What is ole access?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What is execute scalar in ado.net?
Which is faster datareader or dataadapter?
What is ado.net and its architecture?
How to find the given query is optimised one or not?