Difference between DataReader and DataAdapter / DataSet and
DataAdapter?
Answer Posted / prakash tiwari
Data Reader will read only one record at a time.So memory
consumption will be less,it is purely connection oriented
it will use connection exclusively when datareader is
closed.the memory will be released on the server machine
and connection will be used for any other purpose.
Data Adapter acts as a mediator between dataset and
database server.
it will read data from the database server and places with
in dataset
the manipulations on the dataset will be updated with the
database server
| Is This Answer Correct ? | 52 Yes | 6 No |
Post New Answer View All Answers
How many major types of connection objects in ADO.NET?
can we create synonymn in ms access,sql server,my sql if so explain me with example
How do you merge 2 datasets into the third dataset in a simple manner?
Explain the different row versions available in table?
What is the difference between Data adaptor and Data set?
How to Read, Add, Update and Delete record in Entity Framework ?
What is the difference between OLEDB Provider and SqlClient?
What are two important objects of ADO.Net?
Define the data provider classes that is supported by ado.net?
What are the different ado.net namespaces are available in .net?
What is the difference between the clone() and copy() methods of the dataset class?
Define isolation?
What is difference between datareader and dataadapter?
What is ado or jdbc?
how can implement dropdownlist in particular of dataset when try to update?