property SQLite_fieldValueById.
Retrieves field contents by its ordinal number according to the fieldname list in the query
|
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.
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
E_UNEXPECTED
An unexpected error occoured.