ODAC

TOraDataSetOptions.TemporaryLobUpdate Property

Temporary LOBs are used to write input and input/output LOB parameters into database when executing dataset's SQL statements.

Class

TOraDataSetOptions

Syntax

property TemporaryLobUpdate: boolean default False;

Remarks

Set the TemporaryLobUpdate property to True to use temporary LOBs to write input and input/output LOB parameters into database when executing dataset's SQL statements.

Note: CacheLobs option controls the way Lob objects are handled while the application fetches records from the database. Setting CacheLobs to False may bring up the following benefits for time-critical applications: reduced traffic over the network since Lob objects are only transferred on demand; less memory is needed on the client side because returned record sets do not hold contents of Lob fields. Actual value for the Lob field is passed to the client only when a data-aware control requests it.

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