Help Center

CODBCStmt.GetImpRowDescmethod

Returns the handle to the IRD.

DatabasesmethodCODBCStmt.incdocumented

Syntax

FUNCTION GetImpRowDesc () AS SQLUINTEGER

Return value

The handle of the IRD.

Result code (GetLastResult)

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE.

Description

Returns the handle to the IRD. The value of this attribute is the descriptor allocated when the statement was initially allocated. The application cannot set this attribute.

This attribute can be retrieved by a call to GetStmtAttr but not set by a call to SetStmtAttr.

Reference

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