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 connection from the h2 consle, 
that follows the pattern for a file based embedded connection:  
http://www.h2database.com/html/features.html#embedded_databases

You may also need to put the user name and password into the web console, 
if you have it.

-Adam

On Friday, March 16, 2018 at 3:55:03 AM UTC-4, Jian Zhang wrote:
>
> Hi,
>
> I have a .db file and I don't know how to import into the h2 database 
> since I'm new to this database engine. I have not found any useful 
> instructions yet.  Does someone know how to do with it?
>
> Thanks,
> Jian
>

-- 
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.

Reply via email to