Re: PHP,PEAR DB numRows Hack for Oracle Not Working
- From: "baka" <mesundara@xxxxxxxxxxx>
- Date: 29 Sep 2005 00:49:10 -0700
-Closed-
After installing some PHP editors ,(ZEND,PHPEdit etc)
numRow function in Oracle started working.
And also, I changed the OCI8.php as per the direction from
Michal (kori at atlas dot cz) -PEAR DB: Release: 1.7.6
The following 2 line are added to oci8.php of numRows funcation.
**********part of numRows funnction**********************
return $this->raiseError(DB_ERROR_NOT_CAPABLE);
}
// ----- THERE SHOULD BE THESE 2 LINES OF CODE
$this->last_query = $save_query;
$this->last_stmt = $save_stmt;
// ------------------
return $row[0];
********************************************************************
Thanks for all
.
- Prev by Date: Re: PHP,PEAR DB numRows Hack for Oracle Not Working
- Next by Date: Re: PHP,PEAR DB numRows Hack for Oracle Not Working
- Previous by thread: Re: PHP,PEAR DB numRows Hack for Oracle Not Working
- Next by thread: Re: PHP,PEAR DB numRows Hack for Oracle Not Working
- Index(es):
Relevant Pages
|