property ServerDocPostSQLDML.
Allows app or script to post a SQL DML (Data Manipulation Language) to ServerDoc.
|
SQLDML
[in] . SQL
DML statement : INSERT/UPDATE/DELETE or CREATE/DROP TABLE
SQLiteFile
[in] . Target
SQLite fullpath filename or alias name related with the DML statement
pVal
[out, retval] The returned value id 0 if
succeeded or other value if failed
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
E_UNEXPECTED
An unexpected error occoured.