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
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
How we can force all the validation controls to run?
What is connection pooling and how to enable and disable connection pooling?
What is server side session management?
Differentiate between file-based dependency and key-based dependency.
Is react a template engine?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
explain code with datachaching with example
Define the steps to set up validation control.
How can I open ashx file in mobile?
What is DataGrid wheater its a Server Control or something else ?
What is _viewstart?
How can I have a particular web page in an asp.net application which displays its own error page?
Are cookies stored on server or client?