COPY A DATA TABLE
Visual Basic
4
Posts
4
Posters
0
Views
1
Watching
-
This is disconnected from a DB ? You'd have to build the table to have the right format and copy the rows across.
Christian Graus Driven to the arms of OSX by Vista.
-
Check this... if can help you http://msdn.microsoft.com/en-us/library/system.data.datatable.copy.aspx[^]
Regards... - Amit Kushwaha
-
Dim NewTable as datatable = oldtable.copy
Never underestimate the power of human stupidity RAH