cp_dbms

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

NAME

cp_db_connection_update - send an SQL command on a database connection

 

SYNOPSIS

#include <cprops/db.h>

int cp_db_connection_update(cp_db_connection *connection, char *query);  

DESCRIPTION

cp_db_connection_update performs the query query on the connection described by connection and returns an integer value representing the query result status. Return codes depend on the underlying implementation.  

RETURN VALUE

actual return codes depend on the underlying implementation. As a rule zero indicates success and non-zero indicates an error condition.


 

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