in reply to DBI + 'SELECT *' - Memory Use Galore?

My question would be, why are you trying to get a return value from the execute()? Im not sure if this is a problem or not, because I have never done that before. I do know that it works great when I don't do that. Just my humble opinion.
  • Comment on Re: DBI + 'SELECT *' - Memory Use Galore?

Replies are listed 'Best First'.
Re (tilly) 2: DBI + 'SELECT *' - Memory Use Galore?
by tilly (Archbishop) on Feb 18, 2001 at 00:16 UTC
    A valid reason for getting that return value is so that you can check it and do error processing. (The text of the error is in $dbh->errstr.)