TDataSet.CompressBLOBs

rider

Member
Hi.

I have the compressed data in the oracle blob field, generated by UTL_COMPRESS.lz_compress. If I use mentioned property of TOracleDataset, I can't compress/decomress data since OracleCompress uses some magic values - first I have to convert all data in DB. But if I do so, UTL_COMPRESS will not recognize the format.

Is there any way to avoid this restrictions and disable magic values?

Thanks in advice.
 
Back
Top