Tuesday, February 23, 2010

Difference between Dataset and DataAdapters?

Dataset store a copy of data from the databases tables. However, Datasets cannot directly retrieve data from the Database. DataAdapters are used to link Databases with DataSet. If we see diagrammatically,

DataSet <- DataAdapter <- DataProvider <- Database

No comments:

Post a Comment