Nupur Bansal
What is difference between DataSet and DataTable?
By Nupur Bansal in ADO.NET on Nov 07 2012
  • sapana sharma
    Dec, 2014 1

    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

    • 12
  • Nitish kumar
    Nov, 2012 20

    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.

    • 5
  • Abhishek Maurye
    Mar, 2015 20

    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

    • 3
  • kiran raj
    Jun, 2015 26

    search in google

    • 2
  • Linto P Thomas
    Jul, 2015 30

    1

    • 1
  • Linto P Thomas
    Jul, 2015 30

    1

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS