C 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
EssArchiveBeginPrepares database for archive by setting READ-ONLY status.
EssArchiveEndAfter archive, returns database status to READ-WRITE.
EssCalcFileExecutes a calc script against the active database from a file.
EssExportExports data from the current database to a text file.
EssImportImports data from text files and other sources to the current database.
EssImportASOImports data from different sources to an aggregate storage database.
EssListDbFilesRetrieves information on specified index and data files
EssReportFileSends a report specification to the active database from a file.
EssSetDefaultCalcFileSets the default calc script for the active database from a calc script file.
EssUpdateFileSends an update specification to the active database from a file.
EssUpdateFileExSends an update specification to the active database from a file, capturing any data load errors.
EssUpdateFileASOSends an update specification to the active aggregate storage database from a file.
EssUpdateFileASOExSends an update specification to the active aggregate storage database from a file, capturing any data load errors.
EssUpdateFileUTF8ASOSends an update specification to the active aggregate storage database from a UTF-8-encoded file.
EssUpdateFileUTF8ASOExSends an update specification to the active aggregate storage database from a UTF-8-encoded file, capturing any data load errors.
EssUpdateFileUtf8ExSends an update specification to the active database from a UTF-8-encoded file, capturing any data load errors
EssDisplayTriggersReturns a list of all triggers associated with a database.
EssMdxTrigManipulates triggers based on the operations contained in an MDX language file.
EssListSpoolFilesReturns a list of all the spool files associated with a database.
EssGetSpoolFileReturns a specific spool file associated with a database.
EssDeleteAllSplFilesDeletes all the spool files associated with a database.
EssDeleteSplFileDeletes a specific spool file.