On 2001-05-07 11:07:14, "Jani Taskinen" <[EMAIL PROTECTED]> 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. :)

The disadvantage is that you have to retrieve all the rows before you can
issue further SQL on that connection.

It can be a real pain.  Zeev, Does the extension take care of this case, or
does it just return the errors that the mysql client would return?

--Wez.


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