what are the differences between dataset and datareader?
Answer Posted / anu
DataSet : you can move forward\backward of the data.It can
be Edited.It acts as a database after the connection is
closed.
Reader : It Just moves forward only.And cannot edit it is
only for Read Only purpose.For this connection object will
be there till u read all the values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Define partial class?
Explain ado.net features?
What is Data view?
What are all the different authentication techniques used to connect to MS SQL Server?
What are dataproviders?
Does dapper use ado.net?
What does ado stand for?
What is difference in record set and dataset?
What is an orm, and why would you use one instead of plain old ado.net?
What is fill method in ado.net?
What is microsoft ado?
What is ado control?
Explian About DataAdapters
What are the main differences between classic ado and ado.net?
What is the use of sqldatareader class?