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

The prepared SQL statement '%1!s!' requires %2!s! parameters, but %3!s! parameters were supplied Next Page

The prepared SQL statement '%1!s!' requires %2!s! parameters, but parameter %3!s! was not supplied


Item

Value

Constant

EL_DNET_PARAM_NOT_BOUND

Error code

-10198

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 too few parameters. Please supply the correct number of parameters before executing the statement.