IAPI::SQLite_execDML

property SQLite_execDML.

Executes DML commands such as CREATE, DROP, INSERT, UPDATE, DELETE

 

HRESULT SQLite_execDML(
  long hSQlite3DB,
  BSTR SQLDML,
  long *pVal
);

Parameters

hSQlite3DB

[in] .   Handle of SQLite database

SQLDML

[in] .   DML string

pVal

[out, retval] The returned value is always 0.

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