What is the SQL Communications Area and what are some of
its key fields?
Answer Posted / s
SQLCA is a collection of variables that is updated after
the execution of the SQL statment.
The values in these variables tells if the SQL completed
successfully or not and for testing specific error
conditions.
SQLCODE, SQLSTATE, SQLERRD(3)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the 2 sqlcodes that are returned?
What is check constraint in db2?
Is db2 a mainframe?
How does db2 sample database connect?
Define predicate?
How to rename a table in DB2 ?
What is a buffer in memory?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
Describe major components of db2?
Can we update view in db2?
What is access path in db2?
Mention data types used in db2 ?
What are the various data types available in db2?
What is the difference between cursor and select statement?