J
James Ankrom
Why does writing a dataset to XML via a datadocument only write one record?
Dim DatasetXML As New System.Xml.XmlDataDocument(mDataset)
DatasetXML.Save("c:\\temp\\xmldoc.xml")
I have 4 tables and lots of data. dataset.writexmlschema writes a schema.
dataset.writexml only writes one record. help?!
-jim
Dim DatasetXML As New System.Xml.XmlDataDocument(mDataset)
DatasetXML.Save("c:\\temp\\xmldoc.xml")
I have 4 tables and lots of data. dataset.writexmlschema writes a schema.
dataset.writexml only writes one record. help?!
-jim