Help Center

CODBCStmt.UnbindColmethod

Unbinds the specified column buffer bound by **BindCol** for the given statement handle.

DatabasesmethodCODBCStmt.incdocumented

Syntax

FUNCTION UnbindCol (BYVAL ColNum AS SQLUSMALLINT) AS SQLRETURN

Parameters

NameDescription
ColNumColumn number.

Return value

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_INVALID_HANDLE, or SQL_ERROR.

Description

Unbinds the specified column buffer bound by BindCol for the given statement handle.

Reference

  • Include file CODBCStmt.inc
  • Defined in AfxNova/COdbcStmt.inc:554
  • Documented in Databases/ODBC Classes/CODBCStmt Class.md
  • Topic: CODBCStmt Class