At 13:51 7/5/2001, Wez Furlong wrote:
>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?
It takes care of it automagically. It does spit out an E_NOTICE to warn
you about that, though, that you're doing something you're not supposed to do.
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]