Difference between datareader and dataset?
Answer Posted / ganesh
datareader(connection oriented) is a read only and forward
only record set which will have the data retrieved based on
the select statement.we can't do DML operations through
datareader.
whereas dataset(disconnected) model which we can do all the
DML operations.
Is This Answer Correct ? | 111 Yes | 20 No |
Post New Answer View All Answers
What is the default Timeout for SqlCommand.CommandTimeout property?
What is data relation in ado.net?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is ado.net in mvc?
Is datareader faster than datatable?
What is the DataTableCollection?
What are the advantages of using datalist?
How can we add relation between tables in a dataset?
What is difference between ado.net and asp net?
What is ole db and odbc?
Define isolation?
How do I delete a row from a DataTable?
How to add a javaScript function in a datagrid?
What is the difference in an abstract class and an interface?
What are the ado.net connection pooling parameters?