Hi all,
I need to store a zip file in a BLOB column of a DB2 table. I am able to store the zip file but when I retrieve the file I get an exception "invalid distance code". We use Java to read and write data from DB2. I tried using Deflater as well as ZipInputStream/ZipOutputStream, both failed.
Can someone suggest me a good way to store/retreive a zip file in a BLOB column of DB2?
Thanks in advance.
Regards,
Prem.