betz Wed Jun 18 15:55:19 2003 EDT
Modified files:
/phpdoc/en/reference/mysql/functions mysql-unbuffered-query.xml
Log:
also mention mysql_data_seek (from user notes)
Index: phpdoc/en/reference/mysql/functions/mysql-unbuffered-query.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-unbuffered-query.xml:1.4
phpdoc/en/reference/mysql/functions/mysql-unbuffered-query.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-unbuffered-query.xml:1.4 Fri Apr 11
05:49:03 2003
+++ phpdoc/en/reference/mysql/functions/mysql-unbuffered-query.xml Wed Jun 18
15:55:19 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
<refentry id="function.mysql-unbuffered-query">
<refnamediv>
@@ -32,8 +32,8 @@
<note>
<para>
The benefits of <function>mysql_unbuffered_query</function> come
- at a cost: You cannot use <function>mysql_num_rows</function> on
- a result set returned from
+ at a cost: You cannot use <function>mysql_num_rows</function> and
+ <function>mysql_data_seek</function> on a result set returned from
<function>mysql_unbuffered_query</function>. You also have to
fetch all result rows from an unbuffered SQL query, before you
can send a new SQL query to MySQL.
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php