php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1628 Nonexistend sybase_affected_rows() function
Submitted: 1999-06-29 17:59 UTC Modified: 1999-06-29 22:48 UTC
From: dzoni at eunet dot yu Assigned:
Status: Closed Package: Sybase (dblib) related
PHP Version: 3.0.11 OS: Linux, RedHat 6.0, kernel 2.2.10
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 - 15 = ?
Subscribe to this entry?

 
 [1999-06-29 17:59 UTC] dzoni at eunet dot yu
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-29 22:48 UTC] jim at cvs dot php dot net
This is only available when using the CT lib.
I've added a note to the documentation.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 02:01:29 2024 UTC