IAPI::SQLite_getFieldNamesFromTable

property SQLite_getFieldNamesFromTable.

Retrieves the fieldname list from SQL table(s).

 

HRESULT SQLite_getFieldNamesFromTable(
  long hSQlite3DB,
  BSTR SQLiteTables,
  long *pVal
);

Parameters

hSQlite3DB

[in] .   Handle of SQLite database

SQLiteTables

[in] .   Table name(s)

pVal

[out, retval] The returned value is a handle of string table

of fieldnames and their type ( text, numeric, integer…)

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