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

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » SQL Preprocessor Error Messages » Alphabetic list of error messages

Host variable '%1!s!' is unknown Next Page

Host variables not allowed for this cursor


Item

Value

Message value

2629

Probable cause

Host variables are not allowed on the DECLARE statement for the specified cursor. If the cursor name is provided through a host variable, then you should use full dynamic SQL and prepare the statement. A prepared statement may have host variables in it.