Difference between datareader and dataset ?
Answer Posted / jagadeesh naidu
Datareader is used for readonly-forward only data.We can't
update the database by datareader.We can store more than
one resultset in the datareader so we can't create the
relations between the tables.There is no record pointer to
read the data in the datareader.We can read the datat from
the datareader by using reader method.
Dataset can contain more than one table and we can create
relationships among those tables.we can read the data by
for each loop.Dataset can contain data from different
datasources like oracle,sqlserver,access etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to find last error which occurred in Asp.net ?
What is the life cycle of an asp.net page?
Explain the boxing and unboxing concept in .net?
What is full form of asp.net?
Explain about Automatic resource management?
What is the significance of ASP.NET routing?
How to add DateTime Control in normal DataGrid Server Control?
How do cookies work? Give an example of their abuse.
Describe the difference between inline and code behind - which is best in a?
What is the difference between session and viewstate in asp.net?
How we implement web farm and web garden concept in asp.net?
What are the features that make asp.net more used framework? : asp.net mvc
How do you handle server controls?
What is the question mark in a url?
What do you understand from custom control?