in reply to Re: DBD::DB2::st execute failed: Bind failed
in thread DBD::DB2::st execute failed: Bind failed
I'm using the query
and the describe table showsselect session_id, ctime, atime, data from schema.session where sessio +n_id = ?
It's pretty straightforward.Column Type Type name schema name Length Scale Nulls --------------- --------- ------------------ -------- ----- ------ SESSION_ID SYSIBM CHARACTER 40 0 No CTIME SYSIBM INTEGER 4 0 Yes ATIME SYSIBM INTEGER 4 0 Yes DATA SYSIBM VARCHAR 1024 0 Yes
Alex / talexb / Toronto
Team website: Forex Chart Monkey, Forex Technical Analysis and Pickpocket Prevention
"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBD::DB2::st execute failed: Bind failed
by mje (Curate) on Feb 18, 2010 at 17:59 UTC | |
|
Re^3: DBD::DB2::st execute failed: Bind failed
by kennethk (Abbot) on Feb 18, 2010 at 18:05 UTC |