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?
在 2018年3月17日星期六 UTC+8上午4:10:40,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 friend > here: http://www.h2database.com/html/quickstart.html > > What is your goal with the H2 file, do you just want to read the contents? > Read it from a Java app? Something else? > > Also, note that other databases also use the .db file extension, so if you > do not in fact have a native h2 database file, then the process of loading > it into h2 is much more complicated. Let us know where you are getting > stuck in the quickstart guide and we will help you out. > > -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.
