Hi, > SET CREATE_BUILD 76 [42001-63]
You have an old h2.jar in the classpath (version 1.0.63 from 2007-12-02). The database was created with a newer version of H2 (version 1.0.76 from 2008-07-27), and the old H2 is not upward compatible. The version number is encoded in the exception message, that means [42001-63] means build 63 which is version 1.0.63. The CREATE_BUILD is 76 which means version 1.0.76. I suggest to upgrade all jar files to 1.0.76 (or a newer version). Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
