sqlite_next
Seek to next row number
Description
boolsqlite_next
resourceresult
sqlite_next advances the result handle
result to the next row.
Returns &false; if there are no more rows, &true; otherwise.
This function cannot be used with unbuffered result handles.
See also sqlite_seek,
sqlite_current and
sqlite_rewind.