cp_dbms_load_driver(3) - Linux man page
Name
cp_dbms_load_driver - load a dbms driver implementation
Synopsis
#include <cprops/db.h> int cp_dbms_load_driver(char *name);
Description
cp_dbms_load_driver attempts to load the dbms driver implementation for the given
name. Driver implementations are compiled into shared object files and follow the pattern 'libcp_dbms_NAME.so' where NAME is the dbms name.
Return Value
zero on success or non-zero if the requested driver could not be loaded.
Referenced By
cp_dbms(3)