Diff. b/w DataReader and DataSet?
Answer Posted / mukul anand
Datareader object is used to directly connect with the data
source and Dataset object is used to create a cache of the
original data source and then retrieve or update the date in
the dataset. It is a disconnected enviornment.
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What does ado stand for?
How to identify the updated rows in a dataset?
What is the functionality of data provider in ado.net?
Explain ado.net features?
What is the meaning of object pooling?
What is difference in record set and dataset?
Which method is used by command class to execute SQL statements that return single value?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
How can we add/remove row's in "datatable" object of "dataset"?
Which object of ado contains datarow datacolumn collection?
Which object needs to be closed?
What is ado full form?
Which database is the ado.net?
How to work with disconnected data - the dataset and sqldataadapter?
What is the use of SqlCommandBuilder?