Question d’entretien chez AmpleLogic

difference between data adapter and dataset

Réponse à la question d'entretien

Utilisateur anonyme

9 mars 2020

Data Set is mainly used to fetch and hold the records for one or more tables into memory. A Data Adapter is used to populate Data Set from records returned from an SQL statement .

1