adspace
What action do you have to perform before retrieving data
from the next result set of a stored procedure ?
Answer Posted / Ashish Kumar Johri
Before retrieving data from the next result set of a stored procedure, you typically need to call a fetch or similar method that moves to the next record in the result set. This operation is usually repeated until there are no more records left in the result set.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is dbms? : Sql dba
what is sql server agent? : Sql dba
How do I remove duplicates in two columns?
Does group by remove duplicates?
Do we need to rebuild index after truncate?
Is primary key always clustered index?
What is the best sql course?
Is primary key clustered index?
what is collation? : Sql dba
what are the advantages of sql ? : Sql dba
Is inner join faster than left join?
Can delete statement be rollbacked?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
how to escape special characters in sql statements? : Sql dba
what is bcp? When does it used? : Sql dba