[h2] Re: How to import a .db file into h2 database?

2018-03-18 Thread Adam McMahon
Hi, You can put the h2 db files wherever you want. in the h2 web console, point to the h2 db files in the *JDBC Url*. Look at this link on how to format the url to reference your file: http://www.h2database.com/html/features.html#database_url You will likely want a url for an embedded

[h2] Re: How to import a .db file into h2 database?

2018-03-16 Thread Jian Zhang
I want to read the contents in the web interface console. I used h2 in server mode and successfully launched it. The problem is that I don't know where should I put the database files(bcb.h2.db and bcb.trace.db). So, how can I read the contents of the existing database in the web console? 在

[h2] Re: How to import a .db file into h2 database?

2018-03-16 Thread Adam McMahon
Hi, I .db file is a native h2 database file. It does not need to be imported, as it is simply the database itself, it simply needs to be opened. The are several ways to open and read an h2 .db file, but the easiest way is to use the web interface console. The quick start guide will be your