Explanation
The embedded static SQL UPDATE or DELETE statement includes a cursor name that references a dynamic cursor in the "WHERE CURRENT OF cursor_name" clause.
The SQLSTATE that equates to this SQL return code is 07S10.
User Response
Modify the UPDATE or DELETE statement to be executed dynamically or change the cursor_name to point to a static cursor.
|
Copyright © 2014 CA.
All rights reserved.
|
|