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


TSQLMemAdvFieldDef.BlobBlockSize
TSQLMemAdvFieldDef
Top 

Specifies the BLOB block size being used for the BLOB field.

property BlobBlockSize: Cardinal;

Description
Setting BLOB block size is allowed before creating or restructuring the table only.
The BLOB block size can be any value from 1 to 2^31 bytes.
The value of BlobBlockSize is ignored unless DataType is not of any Blob type.



© AidAim Software SQLMemTable: