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 » Database Error Messages » Alphabetic list of error messages

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

Parameter name missing in call to procedure '%1'


Item

Value

Constant

SQLE_PARAMETER_NAME_MISSING

ODBC 2 State

37000

ODBC 3 State

42000

Parameter 1

The name of the procedure.

Severity

16

SQLCODE

-639

SQLSTATE

42W42

Sybase error code

201

Probable cause

Positional parameters were specified after named parameters in a call to this procedure.