cp_dbms
Section: cp_dbms (3)
Updated: MARCH 2006
Index
Return to Main Contents
NAME
cp_data_source_get_connection - obtain a database connection from a connection factory
SYNOPSIS
#include <
cprops/db.h
>
cp_db_connection *
cp_data_source_get_connection(cp_data_source *
data_source
);
DESCRIPTION
cp_data_source_get_connection
opens a new connection with the parameters specified in the creation of the connection factory
data_source
.
RETURN VALUE
a
cp_db_connection
structure representing the newly created connection on success or NULL on failure.
Index
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
This document was created by
man2html
, using the manual pages.
Time: 22:48:28 GMT, April 10, 2006