![]() |
IT-Interview.com:Open Database for IT Professionals to share interview questions, answers and knowledge. |
![]() |
IT-Interview.com:Open Database for IT Professionals to share interview questions, answers and knowledge. |
Best Answer ! ! !
Data table is a collection of record's that consist the single table
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
lester119 answered on£ºJul 15, 2009 0 comments
Dataset: Represents an in-memory cache of 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
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