Entering content frame

Background documentation -10856: Invalid row array size 0 Locate the document in the library structure

Explanation:

The SQLDBC_PrepareStatement::setRowArraySize method that was called could not be executed, because 0 was entered as the size of the input array.

Measurement commands that have parameters must always be bound to parameter arrays. All bound parameter arrays must have the same dimension and be above 0.

User Action:

Define your parameters as arrays, and set the dimension of these arrays as RowArraySize.

 

Leaving content frame