ODAC

TLoadMode Enumeration

Specifies the access mode to use for a TOraLoader object when a database table is being modified.

Unit

OraLoader

Syntax

TLoadMode = (lmDirect, lmDML);

Values

Value Meaning
lmDirect All modifications are passed through internal data buffers.
lmDML Constructs relevant DML statement which applies updates to the database table.

Remarks

Use the LoadMode property to specify which access mode to use for a TOraLoader object when a database table is being modified.

Set this property to lmDirect to make all modifications pass through internal data buffers or set it to lmDML to construct relevant DML statement which applies updates to the database table.

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