Re: [PHP-DEV] affected_rows for mSQL From: Zeev Suraski (bourbon <email protected>)
Date: 10/18/98

At 13:17 18/10/98 +0200, Sascha Schumann wrote:
>
>(I didn't see a charter for this list, feel free to flame me to post it
>here :-) )
>
>This patch adds a function to the mSQL module which is similiar to
>affected_rows() of MySQL or pq_cmdtuples of PostgreSQL. I had only a quick
>glance at the code and perhaps I did something wrong, so it would be nice
>to hear one or two comments on it :)

Thanks. The approach was a bit wrong though. This information should be
stored per-result, or to be compatible with the MySQL module - per link,
instead of in a global variable. I'll see if I can get around to it before
3.0.6.

Zeev

--
Zeev Suraski   <zeev <email protected>>
For a PGP public key, finger bourbon <email protected>

-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>