Background documentation-10210: Invalid command state (no prepared SQL command) Locate this document in the navigation structure

 

Explanation

The SQLDBC_PreparedStatement::execute method that was called could not be executed, because the statement was not prepared using the SQLDBC_PreparedStatement::prepare method.

User Response

Prepare (parse) SQL statements using the SQLDBC_PreparedStatement::prepare method.