Background documentation-10313: Requested parameter (<number>) was already processed Locate this document in the navigation 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 Response

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