|
@@ -96,7 +96,7 @@ class Zend_Db_Statement_Db2 extends Zend_Db_Statement
|
|
|
$datatype = DB2_CHAR;
|
|
$datatype = DB2_CHAR;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (!db2_bind_param($this->_stmt, $position, "variable", $type, $datatype)) {
|
|
|
|
|
|
|
+ if (!db2_bind_param($this->_stmt, $parameter, "variable", $type, $datatype)) {
|
|
|
/**
|
|
/**
|
|
|
* @see Zend_Db_Statement_Db2_Exception
|
|
* @see Zend_Db_Statement_Db2_Exception
|
|
|
*/
|
|
*/
|