Samir Bhogayta
What are good ADO.NET object(s) to replace the ADO Recordset object?
By Samir Bhogayta in ADO.NET on Sep 03 2015
  • Shiv Yadav
    Jul, 2016 19

    ADO.Net DataSet can replace ADO RecordSet. The Record Set can contain on one table value while the dataset can contain multiple tables values.

    • 1
  • Vasanth Natarajan
    Jun, 2016 10

    ADO.NET object DataSet Good one the main reasons are,1. .net DataSet is Disconnected architecture while ADO Recordset is Connected. 2. We can easily return datarecords using DataSet but as far as i know it is not possible with recordset

    • 0
  • Munesh Sharma
    May, 2016 3

    dataset

    • 0
  • Vincent Maverick Durano
    Apr, 2016 12

    The entire ADO.NET thing is actually the new ADO for .NET.

    • 0
  • Shweta Lodha
    Jan, 2016 29

    ADO.NET dataset is good replacement

    • 0
  • Samir Bhogayta
    Sep, 2015 3

    There are alot...but the base once are SqlConnection, OleDbConnection, etc...

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS