How can we load multiple tables into Dataset
How can we load multiple tables in to Dataset ?
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.
Ragu nandhanPosted Apr 8, 2011, 10:22 PM
Refer the below link for Top to bottom details of it.
http://msdn.microsoft.com/en-us/library/bh8kx08z.aspx
Suthish NairPosted Apr 14, 2011, 4:36 PM
Dim ds as New DataSet
Dim dt as New DataTable
ds.Tables.Add(dt)
Karthikeyan AnbarasanPosted Apr 8, 2011, 2:48 AM
Mayur DighePosted Mar 25, 2011, 11:47 AM
You can use DataAdapter to load Multiple Tables into Single DataSet
Refer Following Article:
http://www.vbdotnetheaven.com/UploadFile/ea36c5/5812/