VB Main API Database Functions

Database functions carry out database management tasks, and retrieve and modify database information structures.

FunctionDescription
EsbClearDatabaseClears all loaded data in the active database.
EsbCopyDatabaseCopies an existing database, either on the client or the server, to a new database, including all associated databases and objects.
EsbCreateDatabaseCreates a new database within an application, either on the client or the server.
EsbDeleteDatabaseDeletes an existing database from an application, either on the client or the server.
EsbGetCurrencyRateInfoGets a list of structures containing rate information for all members of the tagged currency partition dimension in the active database outline.
EsbGetDatabaseInfoGets a database's information structure, which contains non user-configurable parameters for the database.
EsbGetDatabaseNoteGets a database's note-of-the-day message.
EsbGetDatabaseStateGets a database's state structure, which contains user-configurable parameters for the database.
EsbGetDatabaseStatsGets the active database's stats structure, which contains statistical information about the database.
EsbListCurrencyDatabasesLists all currency databases within a specific application which are accessible to the caller.
EsbListDatabasesLists all databases which are accessible to the caller, either within a specific application, or on an entire server.
EsbLoadDatabaseStarts a database within an application on the server.
EsbRenameDatabaseRenames an existing database within an application, either on the client or the server.
EsbSetDatabaseNoteSets a database's note-of-the-day message.
EsbSetDatabaseStateSets user-configurable parameters for the database using the database's state structure.
EsbUnloadDatabaseStops a database within an application on the server.
EsbValidateDBChecks the database for data integrity.