SplitBLOB: Boolean;
SplitBLOB: boolean;
The SplitBLOB property determines whether the data is split, which is stored in the fields that have binary data type.
If the field is set to True, the great amount of binary data will be split into parts and stored in several records in the DBMS table. Size of each record is determined by the IMetabaseObjectInstanceCacheKeeper.PieceSize property.
The example of use is given in description of the IMetabaseObjectInstanceCacheKeeper.Database property.
See also: