Descripción: undefined SQL identifier
Causa: All SQL identifiers must be declared before they are used. This message can result when a CURSOR or STATEMENT is not declared (defined) before being referenced.
Acción: Define the SQL identifier before it is used.
COMENTARIOS:
No hay comentarios sobre este error.