http://qs1969.pair.com?node_id=11131341


in reply to fetchall_arrayref hangs with placeholders query with no results

What errors are in log file(s) (of application, DBI, dbms)?

What *does* work? Does it work without placeholder?

Perhaps it's the wrong placeholder-style?

Maybe having no table confuses the system? I'd use a statement like:

select 'whatever' from tablename where columnname = ? ;