EsbClearDatabase() clears all loaded data in the active database.
EsbClearDatabase (hCtx)
ByVal hCtx As Long
hCtx | Essbase VB API context handle. |
Declare Function EsbClearDatabase Lib "ESBAPIW" (ByVal hCtx As Long) As Long Sub ESB_ClearDatabase () Dim sts As Long '*************** ' Clear Database '*************** sts = EsbClearDatabase (hCtx) End SubEsbDeleteDatabase()