RE: Leaky behaviour on insert?

2005-10-27 Thread Daniel Tripp
That is indeed it. Thank you very much.

Re: Leaky behaviour on insert?

2005-10-26 Thread Daniel John Debrunner
Daniel Tripp wrote: > Hello all. I have run into some behaviour that looks like a memory > leak. I don't know if it's a bug or if I'm just missing something, but > it's causing my application to crash so I would greatly appreciate any > ideas. > > Scenario: Using derby 10.1.1.0 in an embedded s

RE: Leaky behaviour on insert?

2005-10-26 Thread Daniel Tripp
Sorry for the crappy formatting of the code in my original mail. I hope this one is better: ** InsertLots.java ** import java.util.*; import java.sql.*; import org.apache.derby.jdbc.EmbeddedDriver; public class InsertLots { static public void main(String args_[]) throws Exception { new E