Hello,
I see that a stored procedure can pass a cursor back to a calling application by using a DYNAMIC RESULT SET. My calling app is Visual Basic, and I can not find any info on how to do this from the VB side. An Oracle stored procedure passes back a reference to the cursor by using a stored procedure OUT parameter, and the VB code can reference it as shown below.
↧