Hi Team,

Please tell me, If i don't declare the cursor in the program
and i have given open and fetch and close, then what error
will get.

Answer Posted / tj

-504 Cursor name not declared.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between isnull and coalesce?

610


What is the maximum No of rows per page?

622


What is the clustering index in the db2 database?

578


What is a collection in db2?

575


What is node in db2?

602






What is db2 connect?

595


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2143


How do I delete a column in db2?

671


List down the types of triggers in the db2 database?

582


What is image copy in db2?

563


What is the function of logging in the db2 database?

636


Is it possible to create an Instance in DB2 using DB2 Control Center ?

618


What is the maximum size of varchar data type in db2?

638


What is the role of schema in the db2 database?

643


Can one database have multiple instances?

578