how to copy dataset to datatable

Hi everybody
Can anybody tell me how can i copy dataset to datatable in vb.net or can write a small code for that
[118 byte] By [garry_gill] at [2007-12-16]
# 1

Dataset can contain more than one table to copy dataset to data table you can copy each table of dataset to different tables.


DataSet ds = new DataSet();

DataTable dd = ds.Tables["TableName"];

VinayChopra at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified