GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  VB.NET
Go To First  |  Previous Question  |  Next Question 
 VB.NET  |  Question 41 of 60    Print  
What is the difference between DataTable and DataSet?

  
Total Answers and Comments: 5 Last Update: February 06, 2009     Asked by: MFKHAN 
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Neeraj Dubey
 
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.

Above answer was rated as good by the following members:
komalm, cherry2020
June 14, 2007 05:47:03   #1  
Amit Kulshrestha        

RE: What is the difference between DataTable and DataS...
Data set can store many tables but a data table can have one table only.
 
Is this answer useful? Yes | No
August 01, 2007 07:33:31   #2  
Neeraj Dubey        

RE: What is the difference between DataTable and DataS...
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.

 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
December 05, 2007 02:22:47   #3  
parii Member Since: December 2007   Contribution: 30    

RE: What is the difference between DataTable and DataSet?
Dataset: Represents an in-memory cache of data.

Datatable: Represents one table of in-memory data.

 
Is this answer useful? Yes | No
February 15, 2008 13:23:36   #4  
developeramit.net Member Since: February 2008   Contribution: 4    

RE: What is the difference between DataTable and DataSet?
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 & coloumn

 
Is this answer useful? Yes | No
February 06, 2009 06:05:20   #5  
jaickycrusoe Member Since: February 2009   Contribution: 1    

RE: What is the difference between DataTable and DataSet?

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.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape