How to insert outlook email message into BLOB field in Oracle DB
How to insert outlook email message into BLOB field in Oracle DB
Author
Message
Mik #1 / 1
How to insert outlook email message into BLOB field in Oracle DB
I've got a command button on a message form in Outlook that, when pushed, inserts the email message into an Oracle table. The body of the email goes into a BLOB field, but I haven't been able to find a way to get the body into the BLOB field. I'm using ADO to connect to the DB, initially inserted EMPTY_BLOB() into that field, and then tried doing an update, but have been unsuccessful. I'm thinking the AppendChunk method would come into play, but haven't found how to use it. Any ideas?