What are the differences between Dataset and DataReader?
Answer Posted / kautilya
Dataset is in memory representation of the Database. where
you can create tables, relations between tables, add
primary key to tables and also manipulate the data
retrieved form the database. It allows us to work in
connection less environment.
Datareader is like forward only readonly cursor, which is
used to retrieve data. data manipulation is not possible
while using datareader. datareader continously keeps the
connection open.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is full trust in asp.net?
What is difference between or and orelse?
What is query string with example?
Define the steps to set up validation control.
What is application variable?
Explain what is an abstract class?
How to set the pane area to transparent of a scrollPane component.?
Differentiate between a hyperlink control and a linkbutton control.
How to retrieve user name in case of Window Authentication?
What are the session variables?
What is the latest version of asp.net?
Demonstrate Render and PreRender?
Write a code snippet to implement the indentation in json in web api.
What is the difference between session and viewstate in asp.net?
What are the asp.net 2.0 features?