Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: SP and Perl with Inout parameter

Re: SP and Perl with Inout parameter

From: John Giblin <jwgiblin3_at_hotmail.com>
Date: 30 Jul 2003 09:42:49 -0700
Message-ID: <3d6785ec.0307300842.14513e68@posting.google.com>


I figured it out. The Sp was fine but it would set the length to zero in perl which I thought was the order number.

$func->bind_param_inout(":Id", \$id,100);

instead of

$func->bind_param_inout(":Id", \$id,0);

thanks for looking it over Received on Wed Jul 30 2003 - 11:42:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US