See Also
You are here: Interfacing > C++ Client Interface > scdriver Namespace > Classes > CConnection Class > CConnection Methods > Close Method
ContentsIndexHome
PreviousUpNext
CConnection::Close Method

Close connection and release it to the poll of the available connections. If you need to query the database, call Connect() again.

C++
public: void Close();
C#
public void Close();
Visual Basic
Public Function Close() As void
Returns

If method fails, the node_exception exception, containing the error message, will be thrown