[progress Communities] [progress Openedge Abl] Forum Post: Read-xml() Method In 11.6.2

  • Thread starter Thread starter davidhauschild
  • Start date Start date
Status
Not open for further replies.
D

davidhauschild

Guest
Noticed that when we applied the patch to version 11.6.2, a program that uses the READ-XML() method that up to that point had been running flawlessly suddenly was running into issues. From what I found, at least one of the temp tables in the dataset was being created with no data; a blank record. Simple enough to fix by removing the blank record, but just curious why this would suddenly become an issue in the latest patch. When we rolled back the patch, the code functioned without issue, so it certainly relates to 11.6.2. Real basic dataset that returns two temp tables (Shipment and Cartons - the former is the temp table affected with the blank record): paramsnode = myRequest:getNode("/methodRequest/params"). /* Read the incoming XML into the dataset */ DATASET dsShipment:READ-XML("HANDLE" , paramsnode, "EMPTY" , ? , ? ).

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