Background documentation-10314: Invalid parameter processing sequence, process non-LOB data before parameter (<number>) Locate this document in the navigation structure

 

Explanation

The parameter index transferred to the SQLDBC_PreparedStatement::nextParameter method can not be processed as the next parameter.

User Reponse
  • Change the order of processing for parameters

  • Process the parameters describing LOB columns after the parameters for other columns.