Multiple choice technology databases

Where would the SQL error code (SQLSTATE/SQLCODE) be reported

  1. in the SQLDA data structure

  2. in the SQLCA data structure

  3. in the DB configuration file

  4. in the event monitor log

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

SQL error codes such as SQLSTATE and SQLCODE are returned inside the fields of the SQLCA (SQL Communication Area) structure.