Recordset provides data one row at a time.
Dataset is a data structure which represents the complete table data at same time.
Recordset has the logic to update and manipulate data
Dataset is just a data store and manipulation is done through DataAdapters in .NET.
What is difference in Record set and Dataset
Recordset provides data one row at a time.
Dataset is a data structure which represents the complete table data at same time.
Recordset has the logic to update and manipulate data
Dataset is just a data store and manipulation is done through DataAdapters in .NET.
Related Answered Questions
Related Open Questions