CODBCStmt.Cancelmethod
Cancels the processing on a statement.
Syntax
FUNCTION Cancel () AS SQLRETURN
Return value
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE.
Description
Cancels the processing on a statement.
Reference
- Include file
CODBCStmt.inc - Defined in AfxNova/COdbcStmt.inc:142
- Documented in Databases/ODBC Classes/CODBCStmt Class.md
- Topic: CODBCStmt Class