Hi
Shouldn't there be a
protected void finalize() { close();}
in LargeObject.java so that the db resources are released when it isgarbage collected or am I missing something?
thanks,Philip