Sybase Adaptive Server Anywhere Reference page 961

Table of Contents

Advertisement

host variables not allowed for this cursor
Probable cause
host variables specified twice - on declare and open
Probable cause
incorrect Embedded SQL language usage -- that is a '%1' extension
incorrect Embedded SQL syntax
Probable cause
Chapter 11 SQL Preprocessor Error Messages
Message value
2629
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.
Message value
2630
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.
Message value
2635
Message value
2636
An embedded SQL specific statement (OPEN, DECLARE, FETCH etc.) has
a syntax error.
Message Type
Error
Message Type
Error
Message Type
Error
Message Type
Error
943

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Adaptive Server Anywhere and is the answer not in the manual?

Questions and answers

Table of Contents