User Documentation
Ispirer Toolkit Overview
Pricing
ODBC - SQLDisconnect Function
| ODBC - SQLDisconnect | |
|---|---|
| Syntax | SQLRETURN SQLDisconnect( SQLHDBC ConnectionHandle); |
| Description | Closes the connection associated with a specific connection handle. |
| Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, SQL_INVALID_HANDLE, or SQL_STILL_EXECUTING |
Equivalents in Other Databases API
| Database API | Equivalent |
|---|---|
| Sybase CT-LIB | ct_close |