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

 

Explanation

The method that was called could not be executed, because the previous call of method SQLDBC_PreparedStatement::execute or SQLDBC_PreparedStatement::nextParameter requires data to be inserted piecewise using SQLDBC_PreparedStatement::putData.

User Action

End the previous action using SQLDBC_PreparedStatement::putData or SQLDBC_PreparedStatement::nextParameter.