Thanks for the response. > You would need to manually edit the SQL script and replace the > READ_BLOB calls with NULL. You can use find/replace.
Yes, this is what we did in the end. I ran the recover tool and then ran a simple regular expression (.*READ_BLOB\(.*?\).*) over the sql script to replace the READ_BLOB statements with NULL, and all seems ok. Well apart from the restored database being twice the size it was originally, but then I found this post (http://groups.google.com/ group/h2-database/browse_thread/thread/ 27e1d11eb3ae8ae0/299a21890e17323a?lnk=gst&q=recover#299a21890e17323a) and resolved it by doing a normal backup and restore and all was good. Cheers Mat -- 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.
