Basic Diffrences Betw. DataSet and DataTable
Hey what are the differences betweent the DataSet and DataTable?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Mar 21, 2008, 10:21 AM
Data base - Tables
DataSet - DataTables and Data Relations
But you ask me I can use a data set directly a Fill it with data adapter without having the necessitiy to use a data table, I tell you, In fact, the dataadpter a table created by default in your dataset and not your data set
Vijaya KadiyalaPosted Feb 27, 2008, 12:02 PM
Dataset's contain DataTable and offer a load of functionality that DataTables don't have.
DataSet Info
http://msdn2.microsoft.com/en-us/library/system.data.dataset(vs.71).aspx
DataTable Info
http://msdn2.microsoft.com/en-us/library/system.data.datatable(vs.71).aspx
Thanks -- Vj
http://dotnetvj.blogspot.com
arun maheshwariPosted Feb 20, 2008, 5:51 AM
vijay kumarPosted Feb 6, 2008, 5:07 AM