next up previous contents
Next: query.all; MOBILE []BYTE Up: Communication with the MySQL Previous: query; MOBILE []BYTE   Contents

Subsections

query.row; MOBILE []BYTE

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.

Answer

data.ready followed by data.row, or by end.of.data if the query did not return any rows.

Errors

The same as for query.



Espen Suenson 2006-07-07