CODBCBase.Errormethod
Returns TRUE if there has been an error; FALSE, otherwise.
Syntax
FUNCTION Error () AS BOOLEAN
Return value
Returns TRUE if the last result code is SQL_ERROR or SQL_INVALID_HANDLE.
Description
Returns TRUE if there has been an error; FALSE, otherwise.
Reference
- Include file
CODBC.inc - Defined in AfxNova/COdbc.inc:103
- Documented in Databases/ODBC Classes/CODBC Class.md
- Topic: ODBC Classes