in reply to DBI: Use placeholders for table name?

You can't use placeholders for table names. Just prepare your query once per table with a placeholder for the value. Using prepare_cached() may make it simpler.
  • Comment on Re: DBI: Use placeholders for table name?