Excel - import blob from Oracle
Hi
I would like to connect to Oracle from Excel's vba macro and get data from fields defined as type blob. To these fields in database have been imported only html files. How can I get data from these blob fields and put them into sheet in Excel?
Thanks in advance
Re: Excel - import blob from Oracle
welcome to the forum :)
while i am not too fluent with oracle databases, i think this may help.
good luck
Re: Excel - import blob from Oracle
I've been on that site some time ago, but it does not solve my problem with blob-s. :/
I've also found some codes which are importing images from blobs, but... 1) it was vb not vba (some functions don't work) 2) images were imported with dedicated functions. What I need is to import html file from blob field into Excel's cell.