English (change)
  • italiano
  • Português
  • Português Brasileiro
  • español
  • 한국어
  • Français
  • 日本語
Login Signup
  • Downloads
  • Open Questions
  • MariaDB
  • All Topics
Home SQL-99 Complete, Really 47 - SQL/CLI: Diagnostic Functions

47 - SQL/CLI: Diagnostic Functions

Ask a question here
Tweet

What if something goes wrong?

  • ← Prev
  • ⇑ TOC ⇑
  • ↑ Chapter ↑
  • Next →
  • About SQL/CLI: Diagnostic Functions
    What if something goes wrong? Every env and dbc and stmt and desc has a str...
  • SQLGetDiagField
    Function Prototype: SQLRETURN SQLGetDiagField( SQLSMALLINT HandleType
  • 1
    Diagnostics Fields -- Header
    The nine "Header" fields in a diagnostics area occur only once. It does not...
  • SQL_DIAG_DYNAMIC_FUNCTION Codes
    If the last call was SQLExecDirect or SQLExecute, SQLGetDiagField's SQL_DIA...
  • Diagnostics Fields -- Status Records
    The 28 "status records" in a diagnostics area can occur multiple times. You...
  • SQLGetDiagRec
    Function Prototype: SQLRETURN SQLGetDiagRec( SQLSMALLINT HandleType,
  • SQLError
    Function Prototype: SQLRETURN SQLError( SQLHENV henv,
  • SQLRowCount
    Function Prototype: SQLRETURN SQLRowCount( SQLHSTMT hstmt,
  • SQLSTATE Codes
    The SQL status parameter SQLSTATE is a 5-character string value, with 2 par...
  • SUCCESSFUL COMPLETION SQLSTATEs
    The following SQLSTATE codes identify a successful completion condition. 00...
  • WARNING SQLSTATEs
    The following SQLSTATE codes identify a successful completion condition wit...
  • NO DATA SQLSTATEs
    The following SQLSTATE codes identify a successful completion condition whe...
  • ERROR SQLSTATEs
    The following SQLSTATE codes identify an exception condition: something is ...
  • Tools
  • Recent Changes
  • Contact Us
  • About
  • Legal
  • ©2010 - 2012 Monty Program Ab