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);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

Notes

This function must be preceded by a call to EssBeginUpdate(), and at least one call to EssSendString().

Return Value

None.

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