SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemAdvFieldDef.BlobCompressionMode
TSQLMemAdvFieldDef
Top 

Specifies the compression algorithm used for the BLOB field.

property BlobCompressionMode: Byte;

Description
This property specifies compression level for BLOB fields. The correct values are integer numbers in range 0-9. Maximum value of CompressionMode corresponds to slow compression and best compression rate. The zero value means that files will not be compressed. If you need only to store BLOB data, set CompressionMode to 0. Compression rate of the data stored within archive also depends on selected BlobCompressionAlgorithm.

The value of BlobCompressionMode is ignored unless DataType is not of any Blob type.



© AidAim Software SQLMemTable: In-memory Sql Database Delph