Programming Guide



dm_dbi_init

Initializes for database interaction

#include <dmuproto.h>
void dm_dbi_init(void);

Environment

C only

Description

Panther must be initialized for use with the database drivers. dm_dbi_init tells Panther the class of error messages used with the database drivers and how to handle the JPL command dbms.

Panther calls this function in the source files jmain.c and jxmain.c. If you modify these files or if you write your own executive, you can call this function at another time. However, it should be called before sm_initcrt so that the message file loads properly.