Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlIsActiveConn

Indicate if a connection is active or not.

Declaration

BIT ctsqlIsActiveConn(pCTSQLCONN hConn)

Description

ctsqlIsActiveConn() indicates if a connection is active or not.

  • hConn the connection handle.

Return

ctsqlIsActiveConn() returns TRUE if a connection is active (connected) or FALSE if it is not.

See Also

ctsqlConnect(), ctsqlDisconnect()

TOCIndex