Frage im Vorstellungsgespräch bei AmpleLogic

difference between data adapter and dataset

Antwort im Vorstellungsgespräch

Anonym

9. März 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