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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Mar 28 09:01:26 2024 UTC