In cursor program perform para varying until 1 by 1
fetch para cursor------close para
in the blank what will come for confirming in the database?
Answer / ekalavya
You can read the variables from SQLCA. For eg. you can
check SQLCODE.
Include SQLCA in the working storage of the progarm.
EXEC SQL
INCLUDE SQLCA
END-EXEC.
then check for the SQLCODE after your SQL query.
| Is This Answer Correct ? | 2 Yes | 0 No |
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
How can record locking be achieved in those DB2 versions which do not support it?
how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)none
Define buffer pool.
How does the processing of a correlated subquery differ from a non correlated subquery?
i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error
can we update the table by using cursors can anyone post the query?
What is the function of buffer manager?
What do you need to do before you do EXPLAIN ?
what is main use of table space and index object? please its urgent
5 Answers CA, Cap Gemini, CGI, CTS, EDS, HTC, IBM, Satyam, Syntel, TCS, Wipro,
What is ibm db2 client?
What is the difference between TYPE 1 index & TYPE 2 index