Contents Index Parameter '%1' not found in procedure '%2' Parameter not registered as output parameter

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

Parameter name missing in call to procedure '%1'


Item Value
SQLCODE -639
Constant SQLE_PARAMETER_NAME_MISSING
SQLSTATE 42W42
Sybase error code 201
ODBC 2 State 37000
ODBC 3 State 42000
Parameter 1 The name of the procedure
Probable cause 

Positional arguments were specified after keyword arguments in a call to this procedure.


Contents Index Parameter '%1' not found in procedure '%2' Parameter not registered as output parameter