php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2454 Function sybase_affected_rows() undefined
Submitted: 1999-10-06 11:41 UTC Modified: 2000-01-11 04:56 UTC
From: tbehn at nextlevel dot de Assigned:
Status: Closed Package: Sybase (dblib) related
PHP Version: 4.0 Beta 2 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tbehn at nextlevel dot de
New email:
PHP Version: OS:

 

 [1999-10-06 11:41 UTC] tbehn at nextlevel dot de
Hello,
the line

$a_rows = sybase_affected_rows($lin);

produces the following error:

Fatal error: Call to undefined function: sybase_affected_rows() in /www/htdocs/aol/bl/config/test.phtml on line 37

All other sybase functions work fine.

Regards
Torsten
 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-11 04:56 UTC] joey at cvs dot php dot net
RTFM. :)
"Note: This function is only available using the CT library interface to Sybase, and not the DB library"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 14:01:32 2024 UTC