Hi all I am trying to set up an H2 database to use with a java application I am working on. The thing is I need to make it so the data is saved between runs of the java application. Right now ever time I do a run of the application the data is erased afterwords. Is there a way to configure H2 to save the data between each run.
I have it set up to use a file but only the tables in the database are saved and not the data. Any help would be great. thanks -- 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.
