property SQLite_nextRow.
Positions reading pointer to the next row into the
recordset issued by a successfull query.
|
hSQlite3RecordSet
[in] . Handle
of recordset
pVal
[out,
retval] The returned value is 1 if row exists, 0 if end of recordset
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.