Specifies the access mode to use for a TOraLoader object when a database table is being modified.
TLoadMode = (lmDirect, lmDML);
Value | Meaning |
---|---|
lmDirect |
|
lmDML |
|
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.