Date: 07/25/00
- Next message: Howie Oakes: "[phplib] expired auth and blank variables"
- Previous message: Kartic Krishnamurthy: "[phplib] Auth Expiration"
- In reply to: Iliasse Arsalane: "[phplib] sybase_affected_rows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Howie Oakes: "[phplib] expired auth and blank variables"
- Previous message: Kartic Krishnamurthy: "[phplib] Auth Expiration"
- In reply to: Iliasse Arsalane: "[phplib] sybase_affected_rows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

