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 are all the different methods under sqlcommand?
What is executenonquery ado.net?
What is execute reader in ado.net?
What is the difference between ado.net and oledb?
Explain how do you connect to sql server database without using sqlclient?
What is difference between ado and other data object?
What is ole used for?
What is datatable in ado.net?
How can you add or remove rows from the datatable object of dataset?
What are the ado.net connection pooling parameters?
What does sqldatareader return?
What is basic use of data view?
How do you update a dataset in ado.net?
What is two way data binding android?
What is difference between executequery and executeupdate?