On Mon, Mar 10, 2003 at 12:26:51AM -0800, Victor A. Rodriguez wrote: > > I run through the same problem a few days ago, and I > just fetched all the rows in a hash with > fetchall_arrayref, finish()ed the query and performed > a do() again.
If you fetch all the rows you should not need to call finish(). Tim.