The prepared SQL statement '%1' requires %2 parameters, but %3 parameters were supplied

Error code –10200
Error constant EL_DNET_NUM_BOUND_PARAM_MISMATCH
Parameter 1 The SQL statement.
Parameter 2 The expected number of parameters.
Parameter 3 The supplied number of parameters.
Probable cause

The statement was executed with the wrong number of parameters. Please supply the correct number of parameters before executing the statement.