ABIGetMaxClientCount
ABIGetMaxClientCount#
Syntax#
int ABIGetMaxClientCount ( );
Return Values#
If successful, returns the maximum number of clients allowed to connect to the Altibase server; otherwise, returns an error code.
Description#
This function selects the maximum number of clients allowed to connect to the Altibase server. The selected value corresponds to the value set for the MAX_CLIENT property in the altibase.properties file for the Altibase server.
Example#
Please refer to sample_2.c for an application related to this function.
int sMaxClientCount;
sMaxClientCount = ABIGetMaxClientCount( );