Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Closing Oracle cursors

by mickey (Acolyte)
on Apr 19, 2005 at 17:29 UTC ( [id://449349]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub _do_proc {
        my $self = shift;
    ...
        }
        
    }
    
  2. or download this
    my $bb_curve_sth = $db->GetCurveByIdentifier($bb_code);
    if ($db->err) {
    ...
    my $bb_curve = $bb_curve_sth->fetchrow_hashref;
    $bb_curve_sth->finish;
    $db->CloseCursor($bb_curve_sth); ## Close the cursor
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://449349]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-23 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found