Start of Content Area

-10210: Invalid command state (no prepared SQL command)  Locate the document in its SAP Library 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 Action:

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

 

End of Content Area