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_NODATABASE
ifengine
is not the name of an installed database engine.
dm_get_driver_option
gets the value of a database engine's generic connection options. The valid values ofoption
depend on the database engine. Table 5-6 lists the values that can be used.