6
Reply

What is difference between DataSet and DataTable?

Nupur Bansal

Nupur Bansal

Nov 07, 2012
45.7k
0

    Data Table: 1. A DataTable is an in-memory representation of a single database table which has collection of rows and columns. 2.DataTable fetches only one TableRow at a time DataSet: 1.A DataSet is an in-memory representation of a database-like structure which has collection of DataTables. 2.DataSet can fetch multiple TableRows at a time

    sapana sharma
    December 01, 2014
    6

    DataSet------> 1. Its connectionless. whenever you want fetch data from database. its connects indirectly to the database and create a virtual database in local system. then disconnected from database. 2. Its easily read and write data from virtual database. ************************ DataTable-----------> A DataTable object represents a single table in the database. It has a name rows and columns. There is not much difference between dataset and datatable, dataset is just the collection of datatables.

    Nitish kumar
    November 20, 2012
    2

    Data Table: 1. A DataTable is an in-memory representation of a single database table which has collection of rows and columns. 2.DataTable fetches only one TableRow at a time DataSet: 1.A DataSet is an in-memory representation of a database-like structure which has collection of DataTables. 2.DataSet can fetch multiple TableRows at a time

    Abhishek Maurye
    March 20, 2015
    1

    1

    Linto P Thomas
    July 30, 2015
    0

    1

    Linto P Thomas
    July 30, 2015
    0

    search in google

    kiran raj
    June 26, 2015
    0