in reply to Re: DBI and MySQL not setting database properly
in thread Solved: DBI and MySQL not setting database properly

You are absolutely right, it appears to be because of using a reserved word as my table name. I was able to query other table names that did not clash with reserved words just fine. The 'group' table just happened to be the first one that I had added to the database and thus the one that made me start prepending the database name.

Well, chalk that one up to a learning experience. Thanks!

  • Comment on Re^2: DBI and MySQL not setting database properly