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.