Entering content frame

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

 

Leaving content frame