cp_data_source *
cp_dbms_get_data_source(char *driver, char *host, int port,
char *user, char *passwd, char *db_name);
cp_data_source *
cp_dbms_get_data_source_prm(char *driver, char *host, int port,
char *user, char *passwd,
char *db_name, cp_hashtable *prm);
cp_dbms_get_data_source_prm allows passing additional implementation specific parameters in the hash table prm. For the key names and values available see the man pages for specific implementations.
Implementation specific functions returning a data source object may be available if cprops was configured to link dbms driver modules statically. See the driver implementation man pages for details.
This document was created by
man2html,
using the manual pages. Time: 22:48:28 GMT, April 10, 2006 |