VB Main API File Functions

File functions enable an application to use predefined report scripts, data files and calculation scripts against the active database. There are also functions for importing and exporting data to and from both text and binary files.

FunctionDescription
EsbArchiveBeginPrepares database for archive by setting READ-ONLY status.
EsbArchiveEndAfter archive, returns database status to READ-WRITE.
EsbCalcFileExecutes a calc script against the active database from a file.
EsbExportAllows the exporting of data from the current database to a text file.
EsbImportAllows the importing of data from text files and other sources to the current database.
EsbListDbFilesRetrieves information on specified index and data files
EsbReportFileSends a report specification to the active database from a file.
EsbSetDefaultCalcFileSets the default calc script for the active database from a calc script file.
EsbUpdateFileSends an update specification to the active database from a file.