I have an Oracle database with a blob field
that has Excel files. I am trying to
generate a MIME email from Oracle
that includes the Excel documents as attachments,
but I'm having some trouble getting the Excel files out of Oracle and into my message. Specifically, I'm unable get the blob data into a blob variable, which I can then reference in the "Content-Type: multipart/mixed" of my MIME file.
Can anyone help?
Thanks,
hilbertl
that has Excel files. I am trying to
generate a MIME email from Oracle
that includes the Excel documents as attachments,
but I'm having some trouble getting the Excel files out of Oracle and into my message. Specifically, I'm unable get the blob data into a blob variable, which I can then reference in the "Content-Type: multipart/mixed" of my MIME file.
Can anyone help?
Thanks,
hilbertl