![]() | Programming Guide | ![]() |
Initializes for database interaction
#include <dmuproto.h>void dm_dbi_init(void);
C only
Panther must be initialized for use with the database drivers.
dm_dbi_inittells 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.candjxmain.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.
![]()
![]()
![]()
![]()