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 can I retrieve two tables of data at a time by using data reader?
What is defaultview in datatable?
What is difference between datatable and dataset?
Explain the difference between ado and ado.net?
What Is Difference Between Ado And Ado.net?
Define atomicity?
Define connection string?
Describe briefly an ADO.NET Dataset ?
Explian About DataAdapters
Explain what are the steps to connect to a database?
What is an ado?
What is Serialization in .NET? what are the types of Serialization?
What is ado.net connection?
What are the advantages of ado.net?
What are the differences between OLEDB and SQLClient Providers?