Entering content frame

-11111: Parameter/Column (<number>) not bound. Locate the document in the library 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

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

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().

See also:

Structure linkPHP Manual

 

Leaving content frame