in reply to Re: Re: Odd eval Problem
in thread Odd eval Problem

is it possible that the database is not actually storing the whole pile of code? most databases have a size limit for each individual field. try retrieving it from the database and printing it to a file, then compare the new, DB-filtered file to your original file using diff. see if they are really still the same.

that's my first guess, anyway.