in reply to Re: named placeholders in DBI
in thread named placeholders in DBI

Most of the time I use this:

$db->prepare('EXEC ImportLocale '. join(', ',('?') x 6));

Jenda
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
   -- Rick Osborne

Edit by castaway: Closed small tag in signature