What are bind parameters in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is the physical storage length of timestamp data type?
How to design maps
What is tablespace?
How to find last record before record through SQLRPGLE?
what is parm utility
What is dbrm?
How to resolve -803 sql code in DB2?
can all users have the privilage to use the sql statement select * (dml)?
What are db2 objects?
How can you split a table in to exactly half?
What db2 400?
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.