[EMAIL PROTECTED] writes: > Hallo, > > I'm new to Derby and try to port a java app from MySQL to Derby. When I try > to insert several 1000 rows I get the following SqlException: > Run out of sections to use,sections limited to 32k currently
How many is "several"? > > After every 100 inserts I perform a commit. Hmm, that should not be a problem... how large is each row? > I found no hint in the documentation about his problem and also google > didn't help. > Derby runs as server with default settings and the client connects via > derbyclient.jar. Could you possibly post a complete stack trace? Preferably from derby.log if it happens on the server... -- dt
