IAPI::SQLite_fieldValueByName

property SQLite_fieldValueByName.

Retrieves field contents by its name.

 

HRESULT SQLite_fieldValueByName(
  long hSQlite3RecordSet,
  BSTR fieldName,
  BSTR *pVal
);

Parameters

hSQlite3RecordSet

[in] .   Handle of recordset

fieldName

[in] .   Field name

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