R
rblanchard@ospreyretail.com
Guest
Why can’t you just write-xml from prodataset and readxml into system.data.dataset? hPds: WRITE-XMLSCHEMA ( "FILE" , cReceiptsXsd). hPds: WRITE-XML ( "FILE" , cReceiptsXml). // now read in our xml and xml schema oDataSet = NEW System.Data.DataSet (). oDataSet:ReadXmlSchema (cReceiptsXsd). oDataSet:ReadXml (cReceiptsXml).
Continue reading...
Continue reading...