[progress Communities] [progress Openedge Abl] Forum Post: Re: Read Non-list Xml Into...

  • Thread starter Thread starter Torben
  • Start date Start date
Status
Not open for further replies.
T

Torben

Guest
I'm able to read this xml: 28 me@company.com Given Family Using following ABL: DEFINE TEMP-TABLE customerInfo NO-UNDO FIELD customer_id AS INTEGER FIELD email AS CHARACTER FIELD firstname AS CHARACTER FIELD lastname AS CHARACTER . DEFINE VARIABLE LC AS LONGCHAR NO-UNDO. LC = ' 28 me@company.com Given Family '. BUFFER customerInfo:READ-XML("LONGCHAR", LC, "MERGE", ?, ?). in OE 11.7.1

Continue reading...
 
Status
Not open for further replies.
Back
Top