Date: 04/12/01
- Next message: Marius Andreiana: "Re: [phplib] multiples PHPLIB applications on the same server"
- Previous message: fabrizio.ermini <email protected>: "Re: [phplib] multiples PHPLIB applications on the same server"
- In reply to: Vivek Kumar Agrawal: "[phplib] sybase_affected_rows Function!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Vivek Kumar Agrawal wrote:
>
> Hi
>
> To use function sybase_affected_rows(), we have to use
> CT library interface to Sybase, and not the DB library.
>
> Please let me know what does it mean.
It means that when you build PHP, you should specify
--with-sybase-ct=/path/to/ct-lib
instead of
--with-sybase=/path/to/db-lib
If you specify --with-sybase-ct and give it the correct path to the
Sybase libs, it will use the CT libs and you will get a version of PHP
that includes the sybase_affected_rows function.
Eric
>
> Regards,
> Vivek
>
> ---------------------------------------------------------------
> ---------------------------------------------------------------------
> 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: Marius Andreiana: "Re: [phplib] multiples PHPLIB applications on the same server"
- Previous message: fabrizio.ermini <email protected>: "Re: [phplib] multiples PHPLIB applications on the same server"
- In reply to: Vivek Kumar Agrawal: "[phplib] sybase_affected_rows Function!!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

