h2 in-memory tables, remote connection

Posted by Carolyn on Stack Overflow See other posts from Stack Overflow or by Carolyn
Published on 2010-05-04T19:40:35Z Indexed on 2010/05/04 19:48 UTC
Read the original article Hit count: 296

Filed under:
|

I am having problems with creating an in memory table, using H2 database, and accessing it outside of the JVM it is created and running in.

The documentation structures the url as "jdbc:h2:tcp:///mem:'

I've tried many combinations, but simply cannot get the remote connection to work. Is this feature working, can anyone give me the details of how they used this.

© Stack Overflow or respective owner

Related posts about h2

Related posts about jdbc