EssEndUpdate

Description

EssEndUpdate() marks the end of an update specification being sent to the active database. This function must be called after sending the update specification (using EssSendString()).

Syntax
ESS_FUNC_M EssEndUpdate (hCtx);
ESS_HCTX_ThCtx

Parameters

hCtxEssbase API context handle.

Return Value

None.

Notes

Access

This function requires the caller to have write privilege (ESS_PRIV_WRITE) to the active database.

Example

See the example of EssBeginUpdate().

See Also

EssBeginUpdate()
EssSendString()
EssUpdate()