Array DML

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

Array DML

Post by zvasku » Thu 29 May 2014 18:36

Hello,

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

Thanks
Zdenek

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Array DML

Post by AlexP » Fri 30 May 2014 08:03

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.

zvasku
Posts: 77
Joined: Tue 19 Sep 2006 12:04

Re: Array DML

Post by zvasku » Fri 30 May 2014 11:11

Thanks I will test it.

Post Reply