Recent content by bruestle2

  1. bruestle2

    Use TABLE-HANDLE with the WRITE-XML function

    Background: I have a TABLE-HANDLE passed into my function and I want to convert the data it contains into a BLOB so it can be passed around in another table. I wish to achieve this by creating an XML document from the TABLE-HANDLE, saving it as a longchar and converting it to a blob. I can get...
Back
Top