adspace
What is the difference between Dataset and DataReader? Can
u breif me ADO.net classes and architecture
Answer Posted / md irshad
1-data set like a container.it's follow the disconnected
architecture while data reader follow connected architecture.
2-data reader provide forward only and read only access to
data while data set object can hold more than one table from
the same data source.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers