Background documentation-10201: Function sequence error (no data for execution expected) Locate this document in the navigation structure

 

Explanation

The SQLDBC_PreparedStatement::putData or SQLDBC_PreparedStatement::nextParameter method that was called could not be executed, because no data was required to be inserted piecewise.

User Action

To insert data piecewise, use the SQLDBC_PreparedStatement::bindParameter method and select the value SQLDBC_DATA_AT_EXEC for the LengthIndicator argument.