Skip to Content
0
Former Member
May 15, 2008 at 07:27 PM

How to get Blob from Oracle database

106 Views

Hello All,

I have a VC application that connects to oracle database and pulls out data using a query. My main problem is one of the fields in the database is a Blob and the query retrieves the data just as a string. I need to convert this data into a pdf document and display it to the user.

Any ideas how this can be achieved?

Thanks in advance.