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 do you understand by aggregate dependency?
Is it possible for me to change my aspx file extension to some other name?
What is a master page and what does it do?
What is the difference between equals() and == in c#?
What are strong names?
Explain about the .NET framework?
Explain diff. Betn dataset and recordset?
How long the items in ViewState exists?
Which is better php or asp.net?
Does asp.net still recognize the global.asa file?
What is the difference between a cookie and a pixel?
What is difference between view state and session state?
What is session and cookies in asp.net?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Why we use asp.net for website development?