new feature request

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
albourgz
Posts: 160
Joined: Wed 06 May 2009 12:17
Location: belgium

new feature request

Post by albourgz » Tue 22 Sep 2015 11:27

ODAC has a great new feature for batch updates (using ValueCount and Params[][]).
It would be nice if, in a next release, it could also return an DynamicArray<long> for rowsaffected, holding the rows affacted individually for each update.

For backward compatibility, it could be another property, e.g. BatchUpdateAffectedRows
Regards.

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

Re: new feature request

Post by AlexP » Tue 22 Sep 2015 12:19

Hello,

Oracle doesn't return a number for each operation. A common number is returned, so we can't implement this functionality.

Post Reply