Programming Guide



dm_get_connection_option

Gets a database connection option

#include <dmuproto.h>
int dm_get_connection_option(char *connection, char *option);

connection
The name of the connection.

option
The option whose value is to be returned.

Returns

Description

dm_get_connection_option gets the value of a connection option. The valid values of option depend on the database engine that the connection is to. Table 5-5 lists the values that can be used.

See Also

dm_set_connection_option