Hi, The restore tool is not working as expected then, I updated the samples with all of your and Thomas's suggestions:
https://gist.github.com/cwdesautels/11188409 The sample itself has been separated into 2 files, with the intention of running them separately to demonstrate use of the restore tool at a later time. The specific error is schema test is not found when the select * is run, meaning the restore tool ran without error but the test schema does not exist. On Thursday, 24 April 2014 10:47:50 UTC-4, Noel Grandin wrote: > > > > On 2014-04-24 16:42, Carl Desautels wrote: > > > > Is it possible to have the recovery tool recover a memFS database from a > backup. If not, can I request this feature for > > the below use case. > > > This should work: > > Restore.execute("D:\\h2\test.zip", "memFS:test;DB_CLOSE_DELAY=-1") > > See here for how the last parameter works: > http://h2database.com/html/features.html#in_memory_databases > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
