AmpleLogic interview question

difference between data adapter and dataset

Interview Answer

Anonymous

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