EssDeleteSplFile

Deletes a specific trigger logfile for a database.

Syntax

ESS_FUNC_M EssDeleteSplFile (hCtx, AppName, DbName, SplName);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

AppName

ESS_STR_T

Application name.

DbName

ESS_STR_T

databasename.

SplName

ESS_STR_T

The name of the spool file to delete.

Access

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

See Also