Skip to content

ABICheckConnection

ABICheckConnection#

Syntax#

int ABICheckConnection ( );

Return Values#

If the connection status is normal, returns 0; otherwise, returns -1.

Description#

This function checks the connection between the Altibase server and Altibase Monitoring API.

Example#

if( ABICheckConnection( ) != -1 )
{
    /* Select performance view */
}
else
{
    /* ... error handling ... */
}