Hi, > The thing is I need to make it so the data is saved > between runs of the java application.
This is possible (actually it's the default setting) unless if you explicitly delete the data. You need to use a persistent database (see the documentation). > I have it set up to use a file but only the tables in the database are > saved and not the data. Then I guess you are doing something unusual. What is your database URL? Regards, 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.
