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()).
EsbEndUpdate (hCtx)
ByVal hCtx As Long
hCtx | Essbase VB API context handle. |
Declare Function EsbEndUpdate Lib "ESBAPIW" (ByVal hCtx As Long) As Long See the example for EsbBeginUpdate().EsbBeginUpdate()