Question Adding contents of a DataSet to a xml file

stuartp01

New member
Joined
May 7, 2008
Messages
3
Programming Experience
Beginner
(vb.net 03) hi, i am trying to add the contents of a dataSet to a xml file but at the min it is only displaying the feild names in a DTD and non of the data in the actual table, forgive me if this seems trivial but i am a novice user of vb.net and need help.
many thanks
stuart :)
 
Use the Dataset.WriteXml method.
 
Back
Top