Hi, Adding "c:" to the start of the file specification worked. That is a > change from the old 1.2 behavior? >
Yes. The problem was that many people used non-absolute paths by mistake, for example "jdbc:h2:test", then started the process that opens the database with different working directories (for example the H2 Console from /programs/h2, and their application from /programs/acme), and so got multiple databases (one file /programs/h2/test.h2.db, one file /programs/acme/test.h2.db). Regards, Thomas -- 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.
