in reply to DBD::DB2::st execute failed: Bind failed
If any arguments are given, then execute will effectively call "bind_param" for each value before executing the statement. Values bound in this way are usually treated as SQL_VARCHAR types unless the driver can determine the correct type (which is rare), or unless bind_param (or bind_param_inout) has already been used to specify the type.
I think the more pertinent question is what is the statement you are accessing with $self->{sth_get}?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: DBD::DB2::st execute failed: Bind failed
by talexb (Chancellor) on Feb 18, 2010 at 17:47 UTC | |
by mje (Curate) on Feb 18, 2010 at 17:59 UTC | |
by kennethk (Abbot) on Feb 18, 2010 at 18:05 UTC |