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.