Diff B/W DataSet vs DataTable

Answer Posted / ajay singh negi

Dataset is a collection of tables, which is used in
disconnected architecture.generally to fill dataset we use
fill method of dataadapter. datatable is just like table
which has columns and rows.
or
A DataSet is an in memory representation of data,It
containing one or more DataTables.
A DataTable is an in-memory representation of data,
typically retrieved from a database or XML source.

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the namespaces in which .net has the data functionality class.

529


What are the data access namespaces in .NET?

628


Which is the best method to get two values from the database?

519


What does executereader return?

521


What is ambient transaction?

503






What is the hierarchy of data in databases?

498


How to identify the controls which can be used for binding data?

546


How can we add/remove row's in "datatable" object of "dataset"?

537


What are the ado.net components?

523


Explain ODP.net

569


Explain sqlconnection object?

533


What are the different methods by which we can populate a dataset?

681


What is datasource in ado.net?

582


Can we connect two dataadapters to same data source using single connection at same time?

526


What are the Features and disadvantages of dataset

555