Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlFreeConnection

Releases a connection resource.

Declaration

void ctsqlFreeConnection(pCTSQLCONN hConn)

Description

ctsqlFreeConnection() releases the connection resources when a FairCom DB SQL connection is no longer needed. If the connection is active, ctsqlFreeConnection() will automatically invoke ctsqlDisconnect() before releasing the connection.

  • hConn the connection handle, acquired in the ctsqlNewConnection() call.

Return

None.

See Also

ctsqlDisconnect(), ctsqlNewConnection()

TOCIndex