Tag: errors
-
oci_bind_by_name and placeholder name limit
Today I was working on a web-application using ALPHA Framework, and accidentally I discovered a problem using the oci_bind_by_name method. The oci_bind_by_name role is to create a relationship between a php variable and an oracle placeholder (eg. :OracleVariableName) to be used in the context of the prepared statement.