Hi, As described in the change log at http://www.h2database.com/html/changelog.html version 1.2.129 does not support databases created by earlier versions of H2 (the old database file format).
See also the error message: "Old database: ... please convert the database to a SQL script and re-create it". I wrote a a tool to migrate an old database from the non-page store format to the newest version: http://h2database.googlecode.com/svn/trunk/h2/src/tools/org/h2/dev/util/Migrate.java 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.
