Hi, I guess you need to read some of the documentation (the tutorial for example) and try using the H2 Console tool.
The database URL to use is jdbc:h2:<path>/db (replace <path> with the absolute path to the db.h2.db file). Regards, Thomas On Monday, September 26, 2011, Sakkie wrote: > Hi, I'm working with an opensource program at the moment and I want to > open the h2.db file in it, tho I am struggeling to figure out how to > actually open the file using your program. > > The file name is db.h2.db > > Kind regards > Sakkie > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to > [email protected]<javascript:;> > . > To unsubscribe from this group, send email to > [email protected] <javascript:;>. > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
