Entering content frame

-10313: Requested parameter (<number>) was already processed Locate the document in the library structure

Explanation:

A parameter that was already processed cannot be assigned any more values. After SQLDBC_PreparedStatment::nextParameter has been called, no more values can be assigned to the previous parameter.

While data was being written piecewise, an attempt was made to assign further data to parameter <number>, which was already processed.

User Action:

Do not assign any more values to a parameter that has already been processed.

 

Leaving content frame