Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

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

by shanknbake (Initiate)
on Jan 18, 2013 at 20:14 UTC ( [id://1014116]=note: print w/replies, xml ) Need Help??


in reply to Re: DB2 error: "Can't bind unknown parameter marker ':p4'"
in thread DB2 error: "Can't bind unknown parameter marker ':p4'"

I'm thinking that the error is in the way that I'm calling the stored procedure... does that look okay?
  • Comment on Re^2: DB2 error: "Can't bind unknown parameter marker ':p4'"

Replies are listed 'Best First'.
Re^3: DB2 error: "Can't bind unknown parameter marker ':p4'"
by shanknbake (Initiate) on Jan 18, 2013 at 23:16 UTC
    The stored procedure looks to be working fine - I tested it manually using the Data Studio tool. So it must be something funky with the way that I'm calling it...

      Incrase DBI->trace level (3) and see what you get, compare that to "data studio tool" for similar

      I guess the :p4 refers to  $sth->bind_param_inout(4,\$returnValue,20);, that is the 4th bind_param, but you only have three placeholders (?,?,?)

      So unless mySchema.myStoredProcedure somehow has a placeholder (i've never used one), there is your problem

Log In?
Username:
Password:

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

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

    No recent polls found