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.
new feature request
Re: new feature request
Hello,
Oracle doesn't return a number for each operation. A common number is returned, so we can't implement this functionality.
Oracle doesn't return a number for each operation. A common number is returned, so we can't implement this functionality.