Hi friends, in this article I would like share some important differences between Data Reader and Dataset
Data set:
--> Dataset is a class, which is the part of System. Data Namespace
--> Dataset supports connectionless architecture. That is, active connection is not required while working with datasets
--> Dataset cannot communicate directly with database
Hence data adapter is required to carry the data in between dataset and database
--> Data Adapter is used to carry the data but ...
No comments yet, be the first one to post comment.