Next: remaining.rows
Up: Communication with the MySQL
Previous: query.all; MOBILE []BYTE
Contents
Subsections
Retrieves the next row in the current result set.
A data.row; MOBILE []MOBILE []BYTE message containing the next row. end.of.data if there are no more rows in the result set.
no.data.error if there is no current result set, that is, if the last query didn't return any rows, if the last query caused a mysql.error or if no query has been executed yet.
Espen Suenson
2006-07-07