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

DB2 error: "Can't bind unknown parameter marker ':p4'"

by shanknbake (Initiate)
on Jan 18, 2013 at 03:56 UTC ( [id://1013945]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $returnValue;
    $sth = $self->GetDatabase()->prepare( "CALL mySchema.myStoredProcedure
    +(?,?,?)" );
    ...
    $sth->bind_param_inout(4,\$returnValue,20);
    $sth->execute();
    $sth->finish();
    

Log In?
Username:
Password:

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

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

    No recent polls found