Iteresting. 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?
Ian ----- Original Message ---- From: Bryan Pendleton <[EMAIL PROTECTED]> > java.lang.ClassFormatError: Invalid method Code length 69936 in class There is a hard limit in the JDK class-file format of 64K, and there are some known issues in Derby which can cause the generated code to exceed these limits. <snip>
