Hello everyone,
I am storing a range of base64 PNG images as blobs in an Oracle Table.
As part of a separate process, I want to read these images from Oracle and use them in an HTML report.
What I am noticing is the attribute being written to Oracle is different to what is being returned from Oracle.
Attributes when written to OracleAttribute from Oracle
What do I need to do to read / write the image so I can use the Base64 version as an attribute in the HTML writer?