ctsqlIsActiveConn
Indicate if a connection is active or not.
Declaration
BIT ctsqlIsActiveConn(pCTSQLCONN hConn)
Description
ctsqlIsActiveConn() indicates if a connection is active or not.
Return
ctsqlIsActiveConn() returns TRUE if a connection is active (connected) or FALSE if it is not.
See Also
ctsqlConnect(), ctsqlDisconnect()