Background documentation-11111: Parameter/Column (<number>) not bound. Locate this document in the navigation structure

 

Explanation

When calling the MaxDB PHP function maxdb_execute() or maxdb_stmt_execute() the system detected that you did not bind any PHP variable to the column or parameter name <number> of the SQL statement.

Note Note

Columns and parameter names are numbered by the system in the SQL statement from left to right, starting with 1.

End of the note.
User Response

Bind a PHP variable to every parameter in an SQL statement using the function maxdb_bind_param() or the function maxdb_stmt_bind_param().