Help Center

CODBCStmt.GetSqlStatemethod

Returns the SqlState for the statement handle.

DatabasesmethodCODBCStmt.incdocumented

Syntax

FUNCTION GetSqlState () AS DWSTRING

Return value

The SqlState value.

Description

Returns the SqlState for the statement handle.

Reference

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