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 is difference between ado.net and asp net?
Why do we use sqldataadapter?
What is ado connection?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is a non query?
How do you update database through dataset?
Which is better entity framework or ado.net?
Define different execute methods of ADO.NET command object ?
What is ado.net object model?
Explain sqlconnection object?
What is difference between datareader and dataadapter?
What is a column variable?
What are the ado.net objects?
What is executenonquery ado.net?
What is ado.net in mvc?