Programming Guide



dm_get_driver_option

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.

Returns

Description

dm_get_driver_option gets the value of a database engine's generic connection options. The valid values of option depend on the database engine. Table 5-6 lists the values that can be used.

See Also

dm_set_driver_option