IBDAC

TIBCDataSetOptions.DeferredArrayRead Property

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

Class

TIBCDataSetOptions

Syntax

property DeferredArrayRead: boolean default True;

Remarks

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

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