IAPI::SQLite_nextRow

property SQLite_nextRow.

Positions reading pointer to the next row into the recordset issued by a successfull query.

 

HRESULT SQLite_nextRow(
  long hSQlite3RecordSet,
  BOOL *pVal
);

Parameters

hSQlite3RecordSet

[in] .   Handle of recordset

pVal

[out, retval] The returned value is 1 if row exists, 0 if end of recordset

Return Values

S_OK

The operation was successfull.

E_POINTER

A NULL pointer was supplied as an argument.

E_UNEXPECTED

An unexpected error occoured.

See Also

IAPI