Re: R: connectorJ & huge table problem

2004-06-22 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Leonardo Francalanci wrote: >> What happens if you use a nightly snapshot of Connector/J from >> http://downloads.mysql.com/snapshots.php? > > I tried, but I still have the same problem: > > java.sql.SQLException: java.lang.ArrayIndexOutOfBoundsExcept

Re: R: connectorJ & huge table problem

2004-06-22 Thread Alec . Cawley
"Leonardo Francalanci" <[EMAIL PROTECTED]> wrote on 22/06/2004 14:26:54: > > A non-streaming connection will place the resultset in memory. With large > > tables you can run out of memory and the application will stop. > > > I get only 1 record per time (accessing by key), so I don't think >