CODBCStmt.GetErrorInfomethod
Returns a verbose description of the last errors.
Syntax
FUNCTION GetErrorInfo (BYVAL iErrorCode AS SQLRETURN = 0) AS DWSTRING
Parameters
| Name | Description | |
|---|---|---|
iErrorCode | Optional. 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