On Wed, 2005-05-11 at 10:43 -0700, Alan Humphrey wrote: > Is there something I need to do to > clear the object from memory? If you are using InnoDB tables, set your isolation level to READ_COMMITTED. Otherwise, try this in your startup.pl: $Class::DBI::Weaken_Is_Available = 0; There is discussion of this on the wiki at http://class-dbi.com/. - Perrin