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]

Reply via email to