But his issue isn't with Derby. He'd have the same problem with any Java app and a JDBC connection. We know this because Leslie wrote that if he inserted just a subset of his data, it would work. ;-)
But hey! What do I know? (I've never worked in support. ;-) > -----Original Message----- > From: Daniel John Debrunner [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 12:30 PM > To: Derby Discussion > Subject: Re: ClassFormatError while performing a SQL insert > > Leslie Software wrote: > > Interesting. I though that was a strange error to be getting when > running SQL. Does that mean that Derby is generating Java code from the > SQL to do the actual work? > > > > Yes, you are correct. Derby generates a Java class file for most SQL > statements, the exceptions being DDL statements like "CREATE TABLE". > > See the "Internals of Derby" presentation here: > > http://db.apache.org/derby/papers/MiscPresentations.html#Colorado+Software > +Summit+2004 > > Dan.
