[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Options for mapping between .Net DataTable and ABL temp-table.

  • Thread starter Thread starter rblanchard@ospreyretail.com
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top