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 are ado.net objects?
What are all the different methods under sqlcommand?
What is the DataTableCollection?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
Define isolation?
Explain ado.net features?
What is ado recordset?
What is the difference between SqlCommand and SqlCommandBuilder?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is ole access?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are all the different authentication techniques used to connect to MS SQL Server?
What is the difference between linq and ado.net?
How can we save all data from dataset?
What are the different layers of ado.net?