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
What are the cookies types in asp.net?
What is asp net application object?
Is it possible to write code in many languages in one asp.net project?
Can user control be stored in library?
What is razor? : asp.net mvc
How do you handle server controls?
Describe the disadvantage of cookies.
In which situation can you not use a viewstate?
Can action method static?
Is viewstate secure?
How can you access the properties and controls of master pages from content pages?
Explain the difference between response.redirect vs server.transfer
What are the asp.net 2.0 features?
Explain code snippet to register exception filters from controller?
What is server infrastructure?