Re: [phplib] sybase_affected_rows From: Dean Bennett (dean.bennett <email protected>)
Date: 07/25/00

You have to build PHP --with-sybase-ct (ctlib) instead of --with-sybase
(dblib). sybase_affected_rows is only available in the ctlib version.

Also, there is a bug in db_sybase.inc. sybase_affected_rows needs to be called
with $this->Link_ID instead of $this->Query_ID.

 

Iliasse Arsalane wrote:
>
> anyone knows how can I find the implementation of the "sybase_affected_rows"
> function ?
> in my environment, this is unknown. I need it for Sessions in phplib.
>
> thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>

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