Message Reference

Class Code 07 Dynamic SQL Error


Table 5. Class Code 07: Dynamic SQL Error
SQLSTATE Value  
Meaning
07001 The number of host variables is not the same as the number of parameter markers.
07002 The call parameter list or control block is invalid.
07003 The statement identified in the EXECUTE statement is a select-statement, or is not in a prepared state.
07004 The USING clause is required for dynamic parameters.
07005 The statement name of the cursor identifies a prepared statement that cannot be associated with a cursor.
07006 An input host variable cannot be used, because of its data type.


[ Top of Page | Previous Page | Next Page ]