Hello, what can I do to prevent "Out of Memory"-Errors when working on large datasets?
I tried to do "tx.commit(); tx.begin();" after doing part of the (big) job, but I didn't succeed. Do I have to empty the Cache explicitly? What is recommended? I create the objects that cause the error in my application, so I thought they should be garbage-collected... or aren't they? Thanks, -Gunnar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
