[phplib] sybase_affected_rows FUNCTION!! From: Vivek Kumar Agrawal (vivek.agrawal <email protected>)
Date: 04/12/01

Hi

I am getting following error :

"Fatal error: Call to undefined function: sybase_affected_rows() in /webserver/php/db_sybase.inc on line 122"

and in db_sybase.inc file this is defined as:

function affected_rows() {
 return sybase_affected_rows($this->Query_ID);
  }

As we know this sybase_affected_rows function is PHP's In-Built function.
Then why it is not working.

Any response in this direction is appreciated.

Regards,
Vivek

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>