SQL-02114

Error: SQL-02114: Invalid SQL Cursor usage: trying to CLOSE a CLOSEd cursor

Causa: An attempt was made to CLOSE a cursor that was already CLOSEd with MODE={ANSI|ANSI14}. A CLOSEd cursor can be re-CLOSEd only when MODE={ORACLE|ANSI13}.

Acción: When MODE={ANSI|ANSI14}, verify that a cursor is not already CLOSEd before trying to CLOSE it. Specify MODE={ORACLE|ANSI13} if a CLOSEd cursor is to be re-CLOSEd.

COMENTARIOS:


No hay comentarios.