Hi, > lose some -- or maybe all -- of the metadata.
That's a weird problem. > But I'm wondering if it's because I don't call Connection.close() before my > app quits? Usually this should not be a problem. It's better to close all connections (newer versions will shrink the database file when you do this) but it is not strictly required. 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.
