Contents Index host variables not allowed for this cursor incorrect Embedded SQL language usage -- that is a '%1' extension

ASA Programming Guide
  SQL Preprocessor Error Messages
    SQLPP errors

host variables specified twice - on declare and open


Message value Message Type
2630 Error
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.


Contents Index host variables not allowed for this cursor incorrect Embedded SQL language usage -- that is a '%1' extension