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 difference in record set and dataset?
What is untyped dataset?
Explain the difference between sqlcommand object and command behavior object?
What is ole db and odbc?
How we can provide data to ado.net?
What are the ado.net objects?
What is the hierarchy of data in databases?
What is data adapter in ado.net with example?
What are the different row versions available in table?
What are the parameters that control most of connection pooling behaviours?
What is data relation?
How do you connect to sql server database without using sqlclient?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
How does entity framework work?
What are the different ado.net namespaces?