in reply to Re^4: Looping through MySQL
in thread Looping through MySQL

If you have a single record, what would you need a statement handle? Didn't you look at the sample data?

update: oops. I'm wrong. Nice looking out ichimunki Been using DBIx::DWIW lately, and was thinking something theoretically like $DBH->Hash("select * from blah where foo=bar"); Damn, and I was on such a roll. I wonder why Aristotle didn't call me on that, or even andrew. I'll chalk this up to being blinded screaming at the void (see what gryphon had to say at Re: Re: Re: Looping through MySQL)

____________________________________________________
** The Third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: Re^4: Looping through MySQL
by ichimunki (Priest) on Jul 19, 2002 at 23:09 UTC
    okay, maybe it's apparent that I rode the short bus to school, but how else are you going to get records without a statement handle, even if there's only one? I thought do() was only for executable actions, like insert, drop, delete, etc... what did I miss?