Background documentation-11113: Number of parameters does not match number of result columns. Locate this document in the navigation 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.