[PHP-DEV] PHP 4.0 Bug #6770 Updated: ora_numrows always returns 1 From: Bug Database (php-dev <email protected>)
Date: 09/15/00

ID: 6770
User Update by: izzy <email protected>
Status: Open
Bug Type: Oracle related
Description: ora_numrows always returns 1

regardless of row count (if at least one row is there), ora_numrows returns 1 and not the correct number or affected rows. Syntax is put correctly (ora_numcols put into the same place returns the correct number, so it must be correct). We use Oracle 8.1.6 here.

default compile with just 3 params: --with-apxs=/usr/local/apache/bin/apxs --with-mysql=yes --with-oracle=/home/izzy/OraHome

nothing else special on the setup

btw: very similiar prob with ora_fetch_into just returning nothing, while ora_fetch works fine on the very same sql statement etc.

Previous Comments:
---------------------------------------------------------------------------

[2000-09-15 07:27:40] izzy <email protected>
regardless of row count (if at least one row is there), ora_numrows returns 1 and not the correct number or affected rows. Syntax is put correctly (ora_numcols put into the same place returns the correct number, so it must be correct). We use Oracle 8.1.6 here.

default compile with just 3 params: --with-apxs=/usr/local/apache/bin/apxs --with-mysql=yes --with-oracle=/home/izzy/OraHome

nothing else special on the setup

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6770

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>