Welcome Guest, Not a member yet? Register   Sign In
Error Mesage from oci8 ocifetchinto()
#9

[eluser]crossett[/eluser]
Move the line of code that reads “$RES->num_rows = $RES->num_rows();” below the if block in system/database/DB_driver.php. It is around line 325.

$driver = $this->load_rdriver();
$RES = new $driver();
$RES->conn_id = $this->conn_id;
$RES->result_id = $this->result_id;

if ($this->dbdriver == ‘oci8’)
{
$RES->stmt_id = $this->stmt_id;
$RES->curs_id = NULL;
$RES->limit_used = $this->limit_used;
}

$RES->num_rows = $RES->num_rows();


Messages In This Thread
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-07-2007, 09:32 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-07-2007, 02:58 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-08-2007, 12:14 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-09-2007, 06:18 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-16-2007, 05:56 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 08-16-2007, 07:19 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 09-07-2007, 02:31 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-24-2007, 03:32 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-25-2007, 02:13 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-25-2007, 02:44 PM
Error Mesage from oci8 ocifetchinto() - by El Forum - 10-26-2007, 06:07 AM
Error Mesage from oci8 ocifetchinto() - by El Forum - 12-18-2007, 07:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB