Question : How to open and view a pdf file saved in a blob field in a database Oracle 11g forms

How to open and view a pdf file saved in a blob field in a database Oracle 11g forms

Answer : How to open and view a pdf file saved in a blob field in a database Oracle 11g forms

It can be done by using WEBUTIL.PLL. In the forms on-line help there is a good description of this library.
You will use
1. WebUtil_File_Transfer package -> DB_To_Client function for downloading a file from a BLOB column in the database to the client machine.
2. CLIENT_HOST() for opening Adobe.
Random Solutions  
 
programming4us programming4us