Next: query.all; MOBILE []BYTE
Up: Communication with the MySQL
Previous: query; MOBILE []BYTE
Contents
Subsections
This message is similar to query, but when the query has executed the process retrieves the first row of the result set without being prompted. As such, query.row achieves almost the same effect as query followed by next.row.
data.ready followed by data.row, or by end.of.data if the query did not return any rows.
The same as for query.
Espen Suenson
2006-07-07