VB Main API Reporting, Updating, and Calculation Functions

These functions carry out reporting (retrieving data), updating (loading data) and calculation (aggregating data) tasks against the active database.

FunctionDescription
EsbBeginCalcStarts sending a calc script and optionally executes it against the active database.
EsbBeginReportStarts sending a report specification to the active database.
EsbBeginUpdateStarts sending an update specification to the active database.
EsbCalcSends and optionally executes a calc script against the active database as a single string.
EsbDefaultCalcExecutes the default calculation for the active database.
EsbEndCalcMarks the end of a calc script being sent to the active database.
EsbEndReportMarks the end of a report specification being sent to the active database.
EsbEndUpdateMarks the end of an update specification being sent to the active database.
EsbGetDefaultCalcGets the default calc script for the active database.
EsbGetStringGets a string of data from the active database.
EsbGetStringBufGets data from the active database until it returns all available data or until the caller's buffer is full.
EsbReportSends a report specification to the active database as a single string.
EsbSendStringSends a string of data to the active database.
EsbSetDefaultCalcSets the default calc script for a database.
EsbUpdateSends an update to the active database as a single string.