Page 1 of 1

Array DML

Posted: Thu 29 May 2014 18:36
by zvasku
Hello,

in XE6 the FireDAC has array dml capability. Do you plan to add this functionality to unidac also?

Thanks
Zdenek

Re: Array DML

Posted: Fri 30 May 2014 08:03
by AlexP
hello,

Loading mode using DML Array has been supported in UniLoader for Oracle UniProvider. If the DirectPath option is set to False, there will be generated Insert queries for insertion and an array of parameters, that will be passed to the server.

Re: Array DML

Posted: Fri 30 May 2014 11:11
by zvasku
Thanks I will test it.