Deletes all trigger logfiles for a database.
Syntax
ESS_FUNC_M EssDeleteAllSplFiles (hCtx, AppName, DbName);
Parameter | Data Type | Description |
---|---|---|
hCtx | ESS_HCTX_T | API context handle. |
AppName | ESS_STR_T | Application name. |
DbName | ESS_STR_T | Database name. |
Access
This function requires the caller to have database Design privilege (ESS_PRIV_DBDESIGN) for the specified database.
See Also