Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » Error Messages » SQL preprocessor error messages » SQL preprocessor error messages sorted by message text

 

Host variables specified twice - on DECLARE and OPEN

Error code 2630
Probable cause

You have specified host variables for a cursor on both the DECLARE and the OPEN statements. In the static case, you should specify the host variables on the DECLARE statement. In the dynamic case, specify them on the OPEN.