Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: PL/SQL Functions.

by jorg (Friar)
on May 29, 2001 at 16:12 UTC ( [id://83897]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use DBI; my $dbh = DBI->connect(
    ...
        warn "Execution of stored procedure failed: $DBI::errstr\n";
        $dbh->rollback;
    } print "Execution of stored procedure returned $rv\n"; $dbh->disconne
    +ct;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (1)
As of 2024-04-19 00:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found