http://qs321.pair.com?node_id=667121


in reply to Can a DBI Placeholder accept multiple values?

I think you may be looking for execute_array. I've never used it, but it looks like it might do what you want it to do.
  • Comment on Re: Can a DBI Placeholder accept multiple values?

Replies are listed 'Best First'.
Re^2: Can a DBI Placeholder accept multiple values?
by valdez (Monsignor) on Feb 10, 2008 at 10:16 UTC

    No, this is not correct; DBI documentation says that execute_array Execute the prepared statement once for each parameter tuple.

    Ciao, Valerio