Get number of connections.
MCO_RET mco_db_connection_info( /*IN*/ const char* name, /*OUT*/ unsigned int * p_nconnections_max, /*OUT*/ unsigned int * p_nconnections_current);
| name | The name of a database |
| p_nconnections_max | Maximal number of connections |
| p_nconnections_current | Current number of connections |
This function returns the current and maximal number of connections to a database
| MCO_S_OK | OK |
If example code demonstrating how to use this function is required, please contact McObject Support by clicking on the "Send Feedback" link below.
No example code provided.