Hi all, I'm using the org.apache.derby.jdbc.ClientDriver driver to access the Derby database through network.
Writting small files (smaller than 5Mo) into the database works fine, but I can't write big files (40Mo for example), without getting the exception java.lang.OutOfMemoryError. I think the driver is writting all the file into memory before sending it to the database. Is that a known issue? Is there a plan to improve this? Thaks a lot. Grégoire.
