The manual says for mysql_unbuffered_query:
Note: The benefits of mysql_unbuffered_query() come at a cost:
You cannot use mysql_num_rows() on a result set returned from
mysql_unbuffered_query(). You also have to fetch all result
rows from an unbuffered SQL query, before you can send a new
SQL query to MySQL.
Do I really have to fetch all result rows, or does a
mysql_free_result() call suffice?
--
Sebastian Bergmann Measure Traffic & Usability
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
--
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]