At 13:07 7/5/2001, Jani Taskinen wrote: >Second question is: What is the use of mysql_query() function anymore >then? Why not just exchange mysql_query() with mysql_unbuffered_query() ? > >You didn't say anything about any disadvantages on using it. :) Well there are some advantages: - In smaller queries (that is, smaller result sets), mysql_query() is probably considerably faster - You can't use mysql_num_rows() on an unbuffered query result Zeev -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP-DEV] mysql and unbuffered queries Wez Furlong
- [PHP-DEV] Re: mysql and unbuffered queries Zeev Suraski
- Re: [PHP-DEV] Re: mysql and unbuffered queries Jani Taskinen
- Re: [PHP-DEV] Re: mysql and unbuffered querie... Zeev Suraski
- Re: [PHP-DEV] Re: mysql and unbuffered qu... Jani Taskinen
- Re: [PHP-DEV] Re: mysql and unbuffer... Wez Furlong
- Re: [PHP-DEV] Re: mysql and unbu... Zeev Suraski
- Re: [PHP-DEV] Re: mysql and ... Wez Furlong
- Re: [PHP-DEV] Re: mysql and unbuffer... Zeev Suraski
- Re: [PHP-DEV] Re: mysql and unbuffered querie... Sascha Schumann
- [PHP-DEV] Re: mysql and unbuffered queries Wez Furlong
- Re: [PHP-DEV] Re: mysql and unbuffered queries Cynic
