Entering content frame

-11113: Number of parameters does not match number of result columns. Locate the document in the library structure

Explanation:

When calling the MaxDB PHP function maxdb_bind_param() or the function maxdb_stmt_bind_param() the system detected that the number of PHP variables that have to be bound does not match the number of parameters in the corresponding SQL statement.

User Response:

Make sure that the number of PHP variables that have to be bound corresponds to the number of parameters.

See also:

Structure linkPHP Manual

 

Leaving content frame