Any ideas appretiatedJust bumping this back up the chain|||Not too sure if this is what you are looking for.
Dim comp As New Data.DataSet
After reading all the data required into your data adapter ect.
Use the final coding to write to an xml file in the spcified location:
comp.WriteXml("C:\xml\TestXml_Complete.xml")
\TestXml_Complete.xml is the name of the xml you will be saving...
No comments:
Post a Comment