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