Date: 04/12/01
- Next message: Lazaro Ferreira: "[phplib] Multiple-sites configuration on Windows PWS"
- Previous message: Daniel Bondurant: "RE: [phplib] RE: cookies not being set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Lazaro Ferreira: "[phplib] Multiple-sites configuration on Windows PWS"
- Previous message: Daniel Bondurant: "RE: [phplib] RE: cookies not being set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

