Difference between datareader and dataset?
Answer Posted / govind.r
DataReader: It is used only read the data and execute the
data in database.
DataSet: But,It contain only collection of database.Not for
read and execute to the data in database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is ado.net full form?
What is sqldatareader?
What are the different ado.net namespaces?
What is ado full form?
What is difference between executenonquery and executequery?
Describe connection object in ado.net
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What is difference between entity framework and ado.net?
Which object holds only data and does not interact with data source?
What is the use of connection object in ado.net?
How to identify the updated rows in a dataset?
How do you connect to sql server database without using sqlclient?
Which is faster datareader or dataadapter?
How do you update a dataset in ado.net and how do you update database through dataset?
How do you merge 2 datasets into the third dataset in a simple manner?