Error 639

Message text

Parameter name missing in call to procedure '%1'

Item

Value

SQLCode

-639

Constant

SQLE_PARAMETER_NAME_MISSING

SQLState

42W42

ODBC State

42000

Parameter 1

the name of the procedure

Probable cause

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