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 is the postback property in asp.net?
What are cookies in asp.net?
What are validator? How do you disable them?
How do you implement sql caching in asp.net?
What are the advantages of Web API?
What is application Object?
how can create login from create and written conde in asp.net
What are the different session state management options available in asp.net?
Who generates session id?
What are validators and list some validators of asp.net?
What is the significance of proxy user?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
How you will improve web application performance?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is data grid view in asp.net?