-79781   Index/Count out of range

Explanation

Array.getArray() or Array.getResultSet() was called with index and count values. Either the index is out of range or the count is too large.

User response

Verify that the number of elements in the array is sufficient for the index and count values.


Copyright© 2018 HCL Technologies Limited