IAPI::SQLite_fieldValueById

property SQLite_fieldValueById.

Retrieves field contents by its ordinal number according to the fieldname list in the query

 

HRESULT SQLite_fieldValueById(
  long hSQlite3RecordSet,
  long fieldID,
  BSTR *pVal
);

Parameters

hSQlite3RecordSet

[in] .   Handle of recordset

fieldID

[in] .   Ordinal zero-based number (0,1,2,3…n)

pVal

[out, retval] The returned value is a BSTR string or an empty string.

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