EsbSendString

Description

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().

Syntax
EsbSendString (hCtx, sndString)
ByVal hCtx      As Long
ByVal sndString As String

Parameters

hCtxEssbase VB API context handle.
sndStringData string (must be less than 64 Kbytes in length.

Return Value

None.

Notes

Access

This function requires no special privileges.

Example

Declare Function EsbSendString Lib "ESBAPIW" (ByVal hCtx As Long, ByVal sndString As String) As Long
See the examples for EsbBeginReport() and EsbBeginUpdate().

See Also

EsbBeginCalc()
EsbBeginReport()
EsbBeginUpdate()
EsbGetString()