What if something goes wrong?
-
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 -
Diagnostics Fields -- Header1
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 ...