How to download file of any format from sql developer table via VBCS
Summary
How to download file of any format from sql developer table,saved as type clob via VBCSContent
I need to download files with all formats which were saved as datatype clob in sql developer table,via VBCS.
I am passing the file data from the table to the javascript function mentioned below. I need back the file I originally uploaded in its specified after downloading.Whats happening is I am able to download the file but unable to open
The error says "file format is not supported" or "file is corrupt cannot open damaged" etc. Getting these error while opening the files.
Tagged:
0