diff --git a/reference/mysql/functions/mysql-data-seek.xml b/reference/mysql/functions/mysql-data-seek.xml index e506d7e322..55c91ba179 100644 --- a/reference/mysql/functions/mysql-data-seek.xml +++ b/reference/mysql/functions/mysql-data-seek.xml @@ -1,5 +1,5 @@ - + @@ -23,8 +23,17 @@ to mysql_fetch_row would return that row. - Row_number starts at 0. + Row_number starts at 0 The + row_number should be a value in the range from 0 to + mysql_num_rows - 1. + + + The function mysql_data_seek can be used in + conjunction only with mysql_query, not with + mysql_unbuffered_query. + + MySQL data seek example @@ -58,6 +67,10 @@ ]]> + + See also: mysql_query, + mysql_num_rows. +