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()).
ESS_FUNC_M EssEndUpdate (hCtx);
ESS_HCTX_T | hCtx |
hCtx | Essbase API context handle. |
See the example of EssBeginUpdate().
EssBeginUpdate()