What is a DB2 bind?
Answers were Sorted based on User's Feedback
Answer / manisha
DB2 bind is a type of compiler for SQL statements which
read sql statement from DBRM and produces a mechanism to
access data as divided by SQL statement being bound.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / satyadev kumar
DB2 bind is will give access to the db2 table trough the
sql statement.
Is This Answer Correct ? | 0 Yes | 1 No |
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
What is concurrency in db2?
How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
how can i pull up a query which was previously stored in qmf
What is meant by isolation level?
What is correlated subquery?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
What is dclgen in db2?
What is ACQUIRE/RELEASE in BIND?
How to define the data items to receive the fetch items for the SQL?