CODBCStmt.UnbindColumnsmethod
Unbinds all column buffers bound by **BindCol** for the given statement handle.
Syntax
FUNCTION UnbindColumns () AS SQLRETURN
Return value
SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_INVALID_HANDLE, or SQL_ERROR.
Description
Unbinds all column buffers bound by BindCol for the given statement handle.
Reference
- Include file
CODBCStmt.inc - Defined in AfxNova/COdbcStmt.inc:562
- Documented in Databases/ODBC Classes/CODBCStmt Class.md
- Topic: CODBCStmt Class