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 Anywhere error messages » SQL Anywhere error messages sorted by message text (L-S)

 

Parameter '%1' not found in procedure '%2'

Error constant SQLE_INVALID_PARAMETER_NAME
ODBC 2 State 37000
ODBC 3 State 42000
Parameter 1 Name of the parameter that was not found.
Parameter 2 Name of the procedure where the parameter was not found.
Severity 16
SQLCODE –615
SQLSTATE 42W47
Sybase error code 201
Probable cause

You supplied a procedure parameter name that does not match a parameter for this procedure. Check the spelling of the parameter name.