K
kadirduman
Guest
i dont have xsd files sample code here DEFINE TEMP-TABLE ProductResult NO-UNDO FIELD ErrorMessage AS CHARACTER. DEFINE TEMP-TABLE Booking NO-UNDO FIELD AmountPaid AS DECIMAL. DEFINE TEMP-TABLE Seat NO-UNDO XML-NODE-NAME "Seats" FIELD AllocationId AS CHARACTER DEFINE DATASET Product FOR ProductResult, Booking, Seat. DATASET Product:READ-XML("longchar", /* SourceType */ vResults, /* File */ "EMPTY", /* ReadMode */ ?, /* SchemaLocation */ ?, /* OverrideDefaultMapping */ ?, /* FieldTypeMapping */ ?). /* VerifySchemaMode */ seat temptable not adding record but other temptable is record available. how can add using read-xml method for seat temptable record.
Continue reading...
Continue reading...