Previous Topic: -300 - CANNOT EXECUTE UNPREPARED/INVALID STATEMENT statement_nameNext Topic: -302 - INVALID USE OF PARAMETER MARKER


-301 - PREPARE OF SELECT REJECTED - CURSOR cursor_name IN OPEN STATE

Explanation

The cursor is currently open. An open cursor cannot be prepared.

The SQLSTATE that equates to this SQL return code is 07S01.

User Response

Close the cursor before preparing the statement or remove the prepare.