Bala S
What is the difference between RecordSet vs DataSet?
By Bala S in .NET on Oct 17 2018
  • Mamta Rajpoot
    Oct, 2018 27

    Both are basically need to hold the records or table available in database. recordset is live connection data holder whereas dataset is connectionless data holder. Recordset is having only one table at a time and can process one table at a time whereas dataset can contains multiple tables

    • 2
  • Sivakumar Koneti
    May, 2019 12

    Dataset is a connectionless data holder whereas RecordSet is connection oriented Data holder.Though DataSet you can refer more than 1 table at a time, but in the case of Recordset only 1 table is processed at a time. Through Dataset you can process more than 1 record,but in case of recordset recordset you have to make travesel to each record and after that you can make processing.

    • 0
  • Bala S
    Oct, 2018 17

    Recordset is simple representation and doesn't contain any relationships, Constraints, key and etc DataSet - Contains more information and contain more than one table at a time, This is more functional than Recordset.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS