![]() | Programming Guide | ![]() |
Gets a database driver option
#include <dmuproto.h>int dm_get_driver_option(char *engine, char *option);
engine- The name of the database engine.
option- The option whose value is to be returned.
- · value of the
option.
- ·
DM_NODATABASEifengineis not the name of an installed database engine.
dm_get_driver_optiongets the value of a database engine's generic connection options. The valid values ofoptiondepend on the database engine. Table 5-6 lists the values that can be used.