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.