cp_dbms

Section: cp_dbms (3)
Updated: MARCH 2006
Index Return to Main Contents
 

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.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE

This document was created by man2html, using the manual pages.
Time: 22:48:28 GMT, April 10, 2006
SourceForge.net Logo