Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SP and Perl with Inout parameter
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
![]() |
![]() |