6
Reply

What are good ADO.NET object(s) to replace the ADO Recordset object?

Samir Bhogayta

Samir Bhogayta

Sep 03, 2015
1.2k
0

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

    Shiv Yadav
    July 19, 2016
    0

    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

    Vasanth Natarajan
    June 10, 2016
    0

    dataset

    Munesh Sharma
    May 03, 2016
    0

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

    ADO.NET dataset is good replacement

    Shweta Lodha
    January 29, 2016
    0

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

    Samir Bhogayta
    September 03, 2015
    0