> If I run the recovery tool and then > do a runscript, the database will be recovered?
Anyway, I tried this and the recovery tool doesn't work well. It extracts the data on a wrong order, making the runscript fail because it tries to add data before the foreign keys are fully inserted on their referenced tables. Table A has a foreign key referencing Table B The RunScript tries to add the data on table A before adding the data on table B, so it fails (the foreign key doesn't have a proper reference). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
