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
Explain the difference between an exe and a dll?
What is cookies in asp net?
What are validator? Name the validation controls in asp.net? How do you disable them?
How do sessions work?
Explain what is postback in asp. Net?
How many types of sessions are there in asp net?
What do you mean by marshalbyref?
Explain the difference between array and linkedlist?
What is the syntax for datagrid and specifying columns?
Describe the master page.
What are session and cookies?
What are the Types of objects in ASP
How information about the user's locale can be accessed?
What kind of programming language is ASP.NET?
Explain different authentication modes in asp.net?