From: Eric <[EMAIL PROTECTED]>
> What about in the case of a big query result? I may have come into this thread a bit late, but can't you just undefine the storage when you're done with it? $data = $sth->fetchall_arrayref; #... do some stuff; $data = undef; --- Rodney Broom President, R.Broom Consulting http://www.rbroom.com/