Programming Guide |
Sets a database driver option
#include <dmuproto.h>int dm_set_driver_option(char *engine, char *option, int value);
engine
- The name of the engine.
option
- The option to be set.
value
- The option's new value.
dm_set_connection_option
sets a database engine's generic connection options to a new value. See Table 5-6 for a list of the values ofoption
that are supported.