Hello,
I have a scenario where I need to read a PDF file and insert in to a BLOB field. There is already an existing graphical map to update columns through a stored procedure and this Blob column is a new addition. Can I write a UDF to read the binary file and convert it to binary hex to send it to the JDBC adapter. The PDF filename is based on a value from the source structure. Can any one outline how would I read a file in the UDF and convert it to Binary hex?
Thank you.
Larry.