

SQL Codes › SQL Return Codes -1 through -999 › -317 (alternate version) - CURSOR REQUIRED ERROR: CURSOR REQUIRED FOR NON-DYNAMIC SELECT
-317 (alternate version) - CURSOR REQUIRED ERROR: CURSOR REQUIRED FOR NON-DYNAMIC SELECT
Explanation
Non-dynamic SELECT statements must be embedded in a DECLARE CURSOR statement.
User Response
Embed the SELECT in a DECLARE CURSOR statement.
Copyright © 2014 CA.
All rights reserved.
 
|
|