J
JM
Hello,
A concern came up here that when one returns a REF cursor from a
PL/SQL procedure to VB.NET, and VB loops through the cursor, etc.,
that the cursor may be left open after connection.close() (or with an
exception, etc.). Is this possible? Is there a way to ensure REF
cursors get closed? Is the use of REF cursors even advisable over
straight SQL statements in place of a stored procedure?
Thanks.
A concern came up here that when one returns a REF cursor from a
PL/SQL procedure to VB.NET, and VB loops through the cursor, etc.,
that the cursor may be left open after connection.close() (or with an
exception, etc.). Is this possible? Is there a way to ensure REF
cursors get closed? Is the use of REF cursors even advisable over
straight SQL statements in place of a stored procedure?
Thanks.