Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When to use datatable and when to use dataset? how to make this decision? and which one is preferable? Please explain with simple practical exampal. Thanks in advance.
Posted
Comments
[no name] 21-Jan-14 8:49am    
Hi,

Try this.

http://www.codeproject.com/Questions/168445/Difference-between-dataset-and-data-table
Karthik_Mahalingam 21-Jan-14 10:28am    
excellent link.
post it as solution.

Roughly speaking a DataTable is a 'table in code' (memory representation of a database table) while a DataSet is a collection of <code>DataTables.
 
Share this answer
 
Comments
Karthik_Mahalingam 21-Jan-14 10:25am    
5!exact answer
A data set (or dataset) is a collection of data, usually presented in tabular form whereas A database is an organized collection of data for one or more purposes, usually in digital form.
 
Share this answer
 
A very good example is given here[^]..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900