property CreateSQLiteDBObject.
Creates or opens a SQLite file on hard disk or in PC memory “:memory:”.
|
SQLiteFilename
[in,defaultvalue(":memory:")]
. Fullpath filename or in memory
pVal
[out,
retval] The returned value is a handle of SQLite database
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.