Domanda di colloquio di AmpleLogic

difference between data adapter and dataset

Risposta di colloquio

Anonimo

9 mar 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