Hi guys,
I want to use the prepare/executePrepared methods for an Insert statement.
The execution of the prepare method return me a PDOStatement object with my query on the value of queryString.
Now, when execute the method $connection->executePrepared($myPDOStatementString, $myArrayBinding), I receive a null value. My connection object contain: Object of: Phalcon\Db\Adapter\Pdo\Oracle
Someone know what happen?
Thank you.
- Mike