IAPI::CreateSQLiteDBObject

property CreateSQLiteDBObject.

Creates or opens a SQLite file on hard disk or in PC memory “:memory:”.

 

HRESULT CreateSQLiteDBObject(
  BSTR SQLiteFilename,
  long *pVal
);

Parameters

SQLiteFilename

[in,defaultvalue(":memory:")] . Fullpath filename or in memory

pVal

[out, retval] The returned value is a handle of SQLite database

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