What is the connection string to connect to the DB2 Database ?
No Answer is Posted For this Question
Be the First to Post Answer
what is + sign and -ve sign for sql code ?
what is a plan and how do you refer the plan in the program?
Can we install 2 different versions of Db2 on same mainframe?
Mention some fields that are a part of sqlca.
what is different three logs in DB2?
How do I optimize a query in db2?
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
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What are the contents of a dclmgen?
Which is faster delete or truncate?
How to design maps
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?