in reply to Re^6: SQL query using elements from array
in thread SQL query using elements from array
Can you show us the schema for the table you are selecting from and the contens of $h->{ParamValues} after the execute (where $h is your statement handle). You might want to "use Data::Dumper" and "print Dumper($h->{ParamValues})". If you have RaiseError set you'll have to wrap the fetchrow_array in an eval or disable RaiseError to capture the ParamValues.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: SQL query using elements from array
by AllPaoTeam (Sexton) on Oct 13, 2014 at 17:35 UTC | |
by mje (Curate) on Oct 14, 2014 at 08:03 UTC | |
by AllPaoTeam (Sexton) on Oct 15, 2014 at 15:46 UTC | |
by mje (Curate) on Oct 16, 2014 at 08:35 UTC | |
by AllPaoTeam (Sexton) on Oct 17, 2014 at 17:13 UTC | |
by poj (Abbot) on Oct 13, 2014 at 18:03 UTC | |
by AllPaoTeam (Sexton) on Oct 15, 2014 at 15:42 UTC | |
by poj (Abbot) on Oct 15, 2014 at 15:56 UTC | |
by AllPaoTeam (Sexton) on Oct 29, 2014 at 00:10 UTC | |
|