Page 1 of 1

new feature request

Posted: Tue 22 Sep 2015 11:27
by albourgz
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.

Re: new feature request

Posted: Tue 22 Sep 2015 12:19
by AlexP
Hello,

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