What information is used as input to the bind process?
Answers were Sorted based on User's Feedback
Answer / nishant kumar singh
The DBRM and the SYSIBM.SYSSTMT table of the DB2 catalog.
| Is This Answer Correct ? | 1 Yes | 1 No |
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
how to execute qcmdexc in rpgle?plz write code also?
What is the function of logging in the db2 database?
what is db2 restart?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
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?
what is the use of bind parameter, Replace?
Explain what are the various isolation levels possible?
What is the difference between db2 and oracle?
Explain various types of locks in db2?
What is a clustering index ?