next up previous contents
Next: affected.rows Up: Communication with the MySQL Previous: next.row   Contents

Subsections

remaining.rows

Retrieves all remaining rows in the current result set.

Answer

A number of data.row; MOBILE []MOBILE []BYTE messages followed by end.of.data. Just end.of.data if there are no more rows in the result set.

Errors

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