EsbSendString() sends a string of data to the active database. The string must be less than 64 Kbytes long. This function should be called after EsbBeginReport(), EsbBeginUpdate(), or EsbBeginCalc().
EsbSendString (hCtx, sndString)
ByVal hCtx As Long ByVal sndString As String
hCtx | Essbase VB API context handle. |
sndString | Data string (must be less than 64 Kbytes in length. |
Declare Function EsbSendString Lib "ESBAPIW" (ByVal hCtx As Long, ByVal sndString As String) As Long See the examples for EsbBeginReport() and EsbBeginUpdate().EsbBeginCalc()