Resolved Question
What is the difference between DataTable and DataSet?
 
Details:
  asked by: enthiun  on: Jul 12, 2009  
 Best Answer ! ! !
sexybearbear 's Answer  ( this answer is maked as best answer of this question at: Jul 20, 2009 )


Data table is a collection of record's that consist the single table

Whenever dataset is collection of data table and it is provide interface between database and datatable
1 dataset consist multiple table.

2 comments  answered on: Jul 15, 2009 
Other Answer (5)
Data set can store many tables but a data table can have one table only.
  ladiida   answered on£ºJul 14, 2009  0 comments

Data table is a collection of record's that consist the single table

Whenever dataset is collection of data table and it is provide interface between database and datatable
1 dataset consist multiple table.
  lester119   answered on£ºJul 15, 2009  0 comments

Dataset: Represents an in-memory cache of data.

Datatable: Represents one table of in-memory data.
  neonerol   answered on£ºJul 17, 2009  0 comments

data set is a collection of data table it is based on xml format it is used for data storing in cache as a disconnected recordset
dataset is using data manipulation in cache wthout connection to database.

whenever data table consist row %26 coloumn
  xxshannnxx   answered on£ºJul 18, 2009  0 comments

DataSet:

A DataSet object represents a schema (either an entire database or a subset of one). It can contain tables and relationships between those tables.


DataTable:

A DataTable object represents a single table in the database. It has a name rows and columns.

  burntheplanes   answered on£ºJul 19, 2009  0 comments

Hot Questions

Contact Us - IT-Interview