in reply to Re^2: Extra iteration while fetching 'fetchrow_array' in DBI and standerd way of using DBI
in thread Extra iteration while fetching 'fetchrow_array' in DBI and standerd way of using DBI

runrig:

I like the trick to bind the columns up, but I still wouldn't use a select * if only because someone might WTF-ify the database and you'll be reading quite a bit more data than you need. Also, future maintainers won't know which columns are significant without significant spelunking through the code.

--roboticus

  • Comment on Re^3: Extra iteration while fetching 'fetchrow_array' in DBI and standerd way of using DBI
  • Download Code