EsbEndUpdate

Description

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

Syntax
EsbEndUpdate (hCtx)
ByVal hCtx As Long

Parameters

hCtxEssbase VB API context handle.

Return Value

None.

Notes

Access

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

Example

Declare Function EsbEndUpdate Lib "ESBAPIW" (ByVal hCtx As Long) As Long 
See the example for EsbBeginUpdate().

See Also

EsbBeginUpdate()
EsbSendString()
EsbUpdate()