The stand-alone configuration database API module has the file name dblocfg.c. This module provides a programmer with a high level callable API that will access the Bbuuzzb database configuration details. This API is available for all platforms
Here is a list of functions in this module:
Even though this API is for stand-alone applications, this module must be linked with the system logger API (in all platforms except DOS where there is no system logger) and the socloc API (in all platforms except QNX and DOS). The reason for this is that all database API's use the system logger for log debugging.
This module is part of the database stand-alone API and needs to be linked with the following modules:
In the Unix platform, this module is compiled along with the other database modules as part of the script cdbeng. A good example of a Unix script for a client application that uses this API is mkdb.
Note that even though this API is for stand-alone applications, this module must be linked with the TCP IPC modules (ipcomm.c and ipconfig.c) except in the case of the QNX platform where the TCP IPC is not used.
This module depends on the following header files: