in reply to Re^4: MySQL 5.1.11 Select Query
in thread MySQL 5.1.11 Select Query

You can read about DBI_TRACE in the DBI documentation.

Replies are listed 'Best First'.
Re^6: MySQL 5.1.11 Select Query
by bkiahg (Pilgrim) on Aug 05, 2008 at 20:39 UTC
    Got DBI_TRACE to work, thank you for that suggestion. Here is the output from it.
      You're using DBD::mysqlPP, not DBD::mysql. Did you do that on purpose? You might have an old version. I've never used it, since it's really only situations where you have no C compiler.
        When I originally did this I didn't have a way of compiling C. I may go back rewrite this if I can't figure it out.