ODAC

TOraDataSetOptions.DeferredLobRead Property

Used to fetch all Oracle 8 Lob values when they are explicitly requested.

Class

TOraDataSetOptions

Syntax

property DeferredLobRead: boolean stored True;

Remarks

If True, all Oracle 8 Lob values are only fetched when they are explicitly requested. Otherwise entire record set with any Lob values is returned when dataset is opened. Whether Lob values are cached locally to be reused later or not is controlled by CacheLobs option.

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