what is different betweet ImDiret and ImDML in TOraLoader? which better?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
akiraiu
Posts: 22
Joined: Tue 16 Nov 2004 02:31

what is different betweet ImDiret and ImDML in TOraLoader? which better?

Post by akiraiu » Sat 12 Mar 2005 01:41

As my topic~~~ 8) 8)

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 14 Mar 2005 13:23

When you use lmDirect LoadMode then software uses direct path load interface and you will get the best performance with data transferring, but this feature isn't supported with Net option and Oracle servers older then 8i so in such cases you should use DML array Oracle feature (lmDML) that slower than direct path load interface but still fast enough.

Post Reply