User Documentation
Ispirer Toolkit Overview
Pricing
| ODBC - SQLFreeStmt | |
|---|---|
| Syntax | SQLRETURN SQLFreeStmt( SQLHSTMT StatementHandle, SQLUSMALLINT Option); |
| Description | Stops processing associated with a specific statement, closes any open cursors associated with the statement, discards pending results, or, optionally, frees all resources associated with the statement handle. |
| Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE |
Equivalents in Other Databases API
| Database API | Equivalent |
|---|---|
| Sybase CT-LIB | ct_cancel |