Versions available for this page: CUBRID 8.4.3 | CUBRID 9.0.0 |
The cci_connect_ex function is different from cci_connect() only in terms of that the detailed description of the error can be checked through the database error buffer (err_buf) by returning the CCI_ER_DBMS error. For more information, see cci_connect().
int cci_connect_ex(char *ip, int port, char *db_name, char *db_user, char *db_password, T_CCI_ERROR * err_buf)