Difference between datareader and dataset ?
Answer Posted / j_baghla
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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is __ requestverificationtoken?
How asynchronous call can be implemented using delegates?
Are there resources online with tips on asp to asp.net conversions?
Disable browser cache for entire ASP.NET website?
Explain the advantages of passport authentication.
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Explain the advantages of asp.net.
Explain authorization levels in .net ?
Why session management is required?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Explain form level validation and field level validation?
Describe the Server Control Events of ASP.NET?
How do u declare static variable and how it is declared and what is its lifetime?
How to use ipostback?
Why session is more secure than cookies?