in reply to Re^2: DBD::DB2::st execute failed: Bind failed
in thread DBD::DB2::st execute failed: Bind failed
To debug why not call bind_param(1, $session_id) yourself and omit it from execute (I don't really understand why you don't get a better error and this might help). I'd also try taking one chr off the end of the session_id as your ids are exactly 40 chrs and so is the field (so nothing wrong but try it).
|
|---|