Help Center

CODBCStmt.GetErrorInfomethod

Returns a verbose description of the last errors.

DatabasesmethodCODBCStmt.incdocumented

Syntax

FUNCTION GetErrorInfo (BYVAL iErrorCode AS SQLRETURN = 0) AS DWSTRING

Parameters

NameDescription
iErrorCodeOptional. The error code returned by GetLastResult.

Description

Returns a verbose description of the last error(s).

Reference

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