Re: [phplib] sybase_affected_rows Function!!! From: Eric McKeown (ericm <email protected>)
Date: 04/12/01

> 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>