Questions tagged [h2]

3 questions
20
votes
5 answers

Where can I find H2 JDBC driver?

http://www.h2database.com/html/download.html I don't see it on this website. Is there anything I missed?
emeraldhieu
  • 757
  • 4
  • 14
  • 23
3
votes
1 answer

Access H2 Database from Outside of the App

I have an embedded H2 database running for a web-app that I am working on. The programmer who built the app has gone and I am faced with learning the system and figuring out a way to look into this database. So what I'm looking for is something…
nicorellius
  • 6,625
  • 13
  • 44
  • 75
0
votes
1 answer

How to import an H2Database *.db database file into a WAMP server?

I made a database using H2Database, the database file is saved as *.db file in my documents, how to import that *.db file to WAMP server?