P
Peter Judge
Guest
WRITE-XML on a temp-table? I don’t think so. You’ll have to write your own, using the SAX writer. You can see an example of that in github.com/.../PayloadBuilder.cls at line 171 ( https://github.com/consultingwerk/ADE-Sourcecode/blob/964480c051b0c09a9b75bd02d8453afe5ab35b25/src/rules/OpenEdge/BusinessRules/PayloadBuilder.cls#L171 ), which manually formats a DATETIME field.
Continue reading...
Continue reading...