G
G.M. Harland
Please keep in mind that I am a PowerBuilder developer working on his first
..NET project.
I have a VB.NET console app that is responsible for taking MS Word docs and
getting them into an Oracle 9i database using a BLOB column.
I have read in the file using a file stream and then put it in a byte array.
The problem is that I need to compress the byte array before inserting into
the database. I have tried to use ZLIB, but I cannot get the uncompression
to return anything but -5, so I have no way of knowing if the compression
was even valid to begin with.
Any advice/help/samples/etc would be greatly appreciated.
Thanks,
Glenn Harland
..NET project.
I have a VB.NET console app that is responsible for taking MS Word docs and
getting them into an Oracle 9i database using a BLOB column.
I have read in the file using a file stream and then put it in a byte array.
The problem is that I need to compress the byte array before inserting into
the database. I have tried to use ZLIB, but I cannot get the uncompression
to return anything but -5, so I have no way of knowing if the compression
was even valid to begin with.
Any advice/help/samples/etc would be greatly appreciated.
Thanks,
Glenn Harland