[PHP-DEV] Bug #1628: Nonexistend sybase_affected_rows() function From: dzoni <email protected>
Date: 06/29/99

From: dzoni <email protected>
Operating system: Linux, RedHat 6.0, kernel 2.2.10
PHP version: 3.0.11
PHP Bug Type: Sybase (dblib) related
Bug description: Nonexistend sybase_affected_rows() function

Documentation for version 3.0.11 mentions function
sybase_affected_rows()
which should return number of rows affected by last
INSERT or UPDATE statement.

When trying to use it, I get

Fatal error: Call to unsupported or undefined function sybase_affected_fows() in
/usr/local/apache/htdocs/somedod.php3 on line 210

I have looked in the functions/sybase.c in the source tree
but not a clue of it.

On the other hand mysql_affected_rows is in functions/mysql.c and probably working properly (I haven't tested it)

It is not critical to me.

-- 
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>