IAPI::ServerDocPostSQLDML

property ServerDocPostSQLDML.

Allows app or script to post a SQL DML (Data Manipulation Language) to ServerDoc.

 

 

HRESULT ServerDocPostSQLDML(
  BSTR SQLDML,
  BSTR SQLiteFile,
  long *pVal
);

Parameters

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

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