Hi, > Do I need to do some kinda upgrade here?
In theory you shouldn't need to, but in your case it looks like there is a corruption in the database file. In this case please create a new database using the SQL script of the old database. To create the SQL script, use the SCRIPT statement or Script tool, and then to create a new database use the RUNSCRIPT statement or RunScript tool. > we don't always keep the lobs.db files folder > File not found One solution is to copy another file to the expected file name. > Is it possible to ignore BLOBS\CLOBS in the recover tool? You would need to manually edit the SQL script and replace the READ_BLOB calls with NULL. You can use find/replace. Regads, 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.
