VB.Net/Copy SQL table
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Somewhere in the past couple years I heard that VB.Net has something built in that will copy a SQL Server table(including schema) to a file. Now that I want to use it, of course I can't find anything on it. Anyone familiar with this?
Could you be referring to the DataSet class' ability to save to an XML file? DataSet.WriteXML()[^] method docs. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Could you be referring to the DataSet class' ability to save to an XML file? DataSet.WriteXML()[^] method docs. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome