IBDAC

TIBCDataSetOptions.DeferredBlobRead Property

Used for fetching all InterBase BLOB values when they are explicitly requested.

Class

TIBCDataSetOptions

Syntax

property DeferredBlobRead: boolean default False;

Remarks

If the DeferredBlobRead property is set to True, all InterBase BLOB values are only fetched when they are explicitly requested. Otherwise entire record set with any BLOB values is returned when dataset is opened. Whether BLOB values are cached locally to be reused later or not is controlled by CacheBlobs option.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback