Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Calling Oracle StoredProc using Win32:ODBC

by roboticus (Chancellor)
on Jan 11, 2013 at 18:31 UTC ( [id://1012949]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ...
    my $ST=$DB->prepare("call apps.package_name.proc(?, ?, ?)");
    ...
    while (my $hr = $ST_result.fetchrow_hashref) {
        ... process data ...
    }
    
  2. or download this
    procedure proc(
              arg1    in   varchar(32), 
    ...
            where col7=arg1 or col8=arg2
            ;
    end;
    

Log In?
Username:
Password:

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

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

    No recent polls found