IAPI::SQLite_lastErrorText

property SQLite_lastErrorText.

Retrieves the last SQLite error description.

 

HRESULT SQLite_lastErrorText(
  long hSQlite3DB,
  BSTR *pVal
);

Parameters

hSQlite3DB

[in] .   Handle of  SQLite database

pVal

[out, retval] The returned value is the readable text.

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