By Ross L Rooker, Sr.(1) - 1/1/2014
loDS = MicroFour.StrataFrame.Xml.XmlBasics.OpenXmlFile("1.0", "tbvo_CMMST", "c:\\aaawpa\\dsCompany.xml", laCols, false);
this works to load the dataset. But should it also be modifying the original xml file? If so, how can I stop MicroFour.StrataFrame.Xml.XmlBasics.OpenXmlFile from rewriting the xml file?
|