I successfully created ~/test.mv.db, added tables, and inserted data using the 1.4.193 web console. Tables and data are still visible in the web console when I reopen it: <https://lh3.googleusercontent.com/-gbdzBYJ7ZQs/WB62Soi9beI/AAAAAAAAAAc/tkhom4yM32MD7OpkqW4oAedPKSROf6QZQCLcB/s1600/Screenshot%2Bfrom%2B2016-11-05%2B21-48-13.png>
<https://lh3.googleusercontent.com/-gbdzBYJ7ZQs/WB62Soi9beI/AAAAAAAAAAc/tkhom4yM32MD7OpkqW4oAedPKSROf6QZQCLcB/s1600/Screenshot%2Bfrom%2B2016-11-05%2B21-48-13.png> By my reading of the H2 documentation <http://www.h2database.com/html/features.html> and some answers to similar problems, calling a URL like "jdbc:h2:~/test;IFEXISTS=TRUE" should cause H2 to *reconnect to the existing ~/test.mv.db*. But every time I attempt to read the existing data from the JVM application, *H2 creates a new ~/test.h2.db instead*, and then (not surprisingly) fails with a "Table not found" error: <https://lh3.googleusercontent.com/-s4Z2ddxZgjo/WB630Xq_JII/AAAAAAAAAAo/VPWFG_UK3E4soHX1kgw19iIfl_l1VXjOACLcB/s1600/Screenshot%2Bfrom%2B2016-11-05%2B21-41-57.png> I'm using H2 with highly abstract code from the doobie library for Scala, but I'm nearly certain the issue here is due to my inexperience with H2 and not anything on the Scala side. FYI in case it makes any difference, my H2 JAR file is in a sub-subdirectory of ~/. -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
