What are the bind parameters ibm db2?
No Answer is Posted For this Question
Be the First to Post Answer
i have a table like this : Name ADDRESS Toto 123 ... Toto 456 ToTo 678 I would like to delete 2 last row...please tell me how to delete its
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?
What is cloudant database?
What is the FREE command?
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
What is cascading rollback?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What is a page in db2?
What is the use of with ur in db2?
Return code 100 means?
How to connect to db2 database from windows command line?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.