IAPI::ServerDocPostSQLFields

property ServerDocPostSQLFields.

Allows app or script to prepare and post a list of SQL fields to ServerDoc.

 

HRESULT ServerDocPostSQLFields(
  BSTR FieldNames,
  long *pVal
);

Parameters

FieldNames

[in] .   List of SQL fields separated with ‘,’

pVal

[out, retval] The returned value is 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