AmpleLogic Interview Question

difference between data adapter and dataset

Interview Answer

Anonymous

Mar 9, 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