Programmer Guide : solidDB® supported ODBC functions : Terminating a connection
  
Terminating a connection
SQLDisconnect
Closes the connection associated with a specific connection handle.
Version introduced: 1.0
Availability when using ODBC: Supported
Conformance: ISO 92
SQLFreeConnect
N/A
Version introduced: 1.0
Availability when using ODBC: Deprecated (replaced by SQLFreeHandle)
Conformance: N/A
SQLFreeEnv
N/A
Version introduced: 1.0
Availability when using ODBC: Deprecated (replaced by SQLFreeHandle)
Conformance: N/A
SQLFreeHandle
Frees resources associated with a specific environment, connection, statement, or descriptor handle
Version introduced: 3.0
Availability when using ODBC: Supported
Conformance: ISO 92
See also
solidDB® supported ODBC functions