EssGetSpoolFile

Returns a specific trigger log file for a database.

Syntax

ESS_FUNC_M EssGetSpoolFile (hCtx, AppName, DbName, SplName, LocalName);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

AppName

ESS_STR_T

Application name.

DbName

ESS_STR_T

Database name.

SplName

ESS_STR_T

The name of a specific spool file to return.

LocalName

ESS_STR_T

The new name of the spool file on the server.

Return Value

If successful, returns a specific trigger spool file for a database.

Access

This function requires the caller to have database designer privilege (ESS_PRIV_DBDESIGN) for the specified database.

See Also