Re: parameter issues in DBD:Oracle
[email protected] (Bart Lateur)
| Newsgroups | perl.dbi.users |
|---|---|
| Organization | Me, Myself and I |
| Message-ID | <[email protected]> |
On Fri, 26 Mar 2010 14:32:52 -0400, Bobak, Mark wrote: >Is there a way to pass an unquoted list as a parameter? I can't do it >as 'in(?,?,?,?)' etc, because the number of list elements varies from >execution to execution. There's a special feature in DBIx::Simple to tackle this exact case. Look up "??" in the docs at http://search.cpan.org/perldoc?DBIx::Simple -- Bart.